summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/kerry/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/applications/kerry/debian/postinst')
-rw-r--r--ubuntu/lucid_automake/applications/kerry/debian/postinst12
1 files changed, 0 insertions, 12 deletions
diff --git a/ubuntu/lucid_automake/applications/kerry/debian/postinst b/ubuntu/lucid_automake/applications/kerry/debian/postinst
deleted file mode 100644
index e69aae429..000000000
--- a/ubuntu/lucid_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