summaryrefslogtreecommitdiff
path: root/debian/cups-client.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cups-client.preinst')
-rw-r--r--debian/cups-client.preinst14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/cups-client.preinst b/debian/cups-client.preinst
index 55192246b..f0e752674 100644
--- a/debian/cups-client.preinst
+++ b/debian/cups-client.preinst
@@ -1,16 +1,7 @@
#! /bin/sh
-# preinst script for cups-client
-#
-# 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,11 +21,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
-
-