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