aboutsummaryrefslogtreecommitdiffstats
path: root/debian/plptools.postinst
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-16 05:58:13 +0000
committerFritz Elfert <felfert@to.com>2002-07-16 05:58:13 +0000
commitadec25f54995debcaa165864eaaf4654802f0ca0 (patch)
tree6c60f3f3939ab61af128208ee85eb80bb1ef7ce4 /debian/plptools.postinst
parenteb1cae45049c5b46caf4eba36f67997d921b018b (diff)
downloadplptools-adec25f54995debcaa165864eaaf4654802f0ca0.tar.gz
plptools-adec25f54995debcaa165864eaaf4654802f0ca0.tar.bz2
plptools-adec25f54995debcaa165864eaaf4654802f0ca0.zip
- Debian package now nearly finished
- Applied patches from Chris Halls <chris.halls@gmx.de>
Diffstat (limited to 'debian/plptools.postinst')
-rw-r--r--debian/plptools.postinst20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/plptools.postinst b/debian/plptools.postinst
index 4704349..6b5db45 100644
--- a/debian/plptools.postinst
+++ b/debian/plptools.postinst
@@ -24,18 +24,16 @@ set -e
# `abort-remove' or `abort-deconfigure'.
case "$1" in
- configure)
+ configure)
+ ;;
- ;;
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 0
- ;;
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 0
+ ;;
esac
# dh_installdeb will replace this with shell code automatically
@@ -43,6 +41,8 @@ esac
#DEBHELPER#
+db_stop
+
exit 0