summaryrefslogtreecommitdiff
path: root/debian/cups-client.preinst
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-02-25 16:21:37 +0100
committerDidier Raboud <odyx@debian.org>2014-02-25 16:21:39 +0100
commit9cdde6e4af049e97a5df67520bf059a405d9fd82 (patch)
treea1aed45a1e4e0364812815710198dabe2ed7c48f /debian/cups-client.preinst
parentefdcbf222ba0d7d4a84123f53c5824cf887d137f (diff)
Drop boilerplate comments from all maintainer scripts
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
-
-