diff options
Diffstat (limited to 'ubuntu/_base/applications/kerry/debian/postinst')
-rw-r--r-- | ubuntu/_base/applications/kerry/debian/postinst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/_base/applications/kerry/debian/postinst b/ubuntu/_base/applications/kerry/debian/postinst deleted file mode 100644 index d0ff50431..000000000 --- a/ubuntu/_base/applications/kerry/debian/postinst +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# postinst script for kerry-trinity - -set -e - -if [ "$1" = "configure" ] ; then - # force ldconfig due to tdeinit library - ldconfig -fi - -#DEBHELPER# - -exit 0 |