aboutsummaryrefslogtreecommitdiffstats
path: root/debian/plptools.postinst
diff options
context:
space:
mode:
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