summaryrefslogtreecommitdiff
path: root/debian/cups-bsd.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cups-bsd.preinst')
-rw-r--r--debian/cups-bsd.preinst12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/cups-bsd.preinst b/debian/cups-bsd.preinst
index d886e14e4..e9f18dca4 100644
--- a/debian/cups-bsd.preinst
+++ b/debian/cups-bsd.preinst
@@ -1,16 +1,7 @@
#! /bin/sh
-# preinst script for cups-bsd
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <new-preinst> `install'
-# * <new-preinst> `install' <old-version>
-# * <new-preinst> `upgrade' <old-version>
-# * <old-preinst> `abort-upgrade' <new-version>
-
case "$1" in
install)
;;
@@ -30,9 +21,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0