summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/kbfx/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/applications/kbfx/debian/postinst')
-rw-r--r--debian/squeeze/applications/kbfx/debian/postinst25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/squeeze/applications/kbfx/debian/postinst b/debian/squeeze/applications/kbfx/debian/postinst
deleted file mode 100644
index e95a6906b..000000000
--- a/debian/squeeze/applications/kbfx/debian/postinst
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-# postinst script for kbfx
-
-set -e
-
-case "$1" in
- configure)
- ldconfig
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-