summaryrefslogtreecommitdiff
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
parentefdcbf222ba0d7d4a84123f53c5824cf887d137f (diff)
Drop boilerplate comments from all maintainer scripts
-rw-r--r--debian/cups-bsd.postinst23
-rw-r--r--debian/cups-bsd.postrm19
-rw-r--r--debian/cups-bsd.preinst12
-rw-r--r--debian/cups-bsd.prerm18
-rw-r--r--debian/cups-client.postinst23
-rw-r--r--debian/cups-client.preinst14
-rw-r--r--debian/cups-daemon.postinst20
-rw-r--r--debian/cups-daemon.postrm17
-rw-r--r--debian/cups.postinst20
-rw-r--r--debian/cups.postrm17
-rw-r--r--debian/cups.prerm20
-rw-r--r--debian/libcups2-dev.preinst14
-rw-r--r--debian/libcupsimage2-dev.preinst14
-rw-r--r--debian/libcupsimage2.preinst14
14 files changed, 0 insertions, 245 deletions
diff --git a/debian/cups-bsd.postinst b/debian/cups-bsd.postinst
index af94832d2..9a1356581 100644
--- a/debian/cups-bsd.postinst
+++ b/debian/cups-bsd.postinst
@@ -1,27 +1,7 @@
#! /bin/sh
-# postinst script for cups
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
# Debconf
. /usr/share/debconf/confmodule
@@ -52,9 +32,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
diff --git a/debian/cups-bsd.postrm b/debian/cups-bsd.postrm
index 2f260fbea..d3ba590c5 100644
--- a/debian/cups-bsd.postrm
+++ b/debian/cups-bsd.postrm
@@ -1,21 +1,7 @@
#! /bin/sh
-# postrm script for cups-bsd
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/doc/packaging-manual/
-
case "$1" in
purge)
# Remove inetd entry
@@ -33,9 +19,4 @@ case "$1" in
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
-
-
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
diff --git a/debian/cups-bsd.prerm b/debian/cups-bsd.prerm
index 095e93907..17cb2197d 100644
--- a/debian/cups-bsd.prerm
+++ b/debian/cups-bsd.prerm
@@ -1,20 +1,7 @@
#! /bin/sh
-# prerm script for cups-bsd
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
-
if [ -L /etc/printcap ]; then
rm -f /etc/printcap
fi
@@ -35,11 +22,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
-
-
diff --git a/debian/cups-client.postinst b/debian/cups-client.postinst
index 108c9b82a..4f1af8c0a 100644
--- a/debian/cups-client.postinst
+++ b/debian/cups-client.postinst
@@ -1,27 +1,7 @@
#! /bin/sh
-# postinst script for cups
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
case "$1" in
configure)
if [ -z "`getent group lpadmin`" ]; then
@@ -42,9 +22,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
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
-
-
diff --git a/debian/cups-daemon.postinst b/debian/cups-daemon.postinst
index 830aadd28..d22fa0ff8 100644
--- a/debian/cups-daemon.postinst
+++ b/debian/cups-daemon.postinst
@@ -1,27 +1,7 @@
#! /bin/sh
-# postinst script for cups-daemon
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
if [ "$1" = configure ]; then
# Set up lpadmin group.
if [ -z "`getent group lpadmin`" ]; then
diff --git a/debian/cups-daemon.postrm b/debian/cups-daemon.postrm
index 6db401934..c89880991 100644
--- a/debian/cups-daemon.postrm
+++ b/debian/cups-daemon.postrm
@@ -1,24 +1,7 @@
#! /bin/sh
-# postrm script for cups-daemon
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/doc/packaging-manual/
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
case "$1" in
diff --git a/debian/cups.postinst b/debian/cups.postinst
index 7b6caa53e..0052736b6 100644
--- a/debian/cups.postinst
+++ b/debian/cups.postinst
@@ -1,27 +1,7 @@
#! /bin/sh
-# postinst script for cups
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
# Debconf
. /usr/share/debconf/confmodule
diff --git a/debian/cups.postrm b/debian/cups.postrm
index 7ac15d026..bc9a81fea 100644
--- a/debian/cups.postrm
+++ b/debian/cups.postrm
@@ -1,24 +1,7 @@
#! /bin/sh
-# postrm script for cups
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/doc/packaging-manual/
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
case "$1" in
diff --git a/debian/cups.prerm b/debian/cups.prerm
index bab972ce6..e8cdcbeeb 100644
--- a/debian/cups.prerm
+++ b/debian/cups.prerm
@@ -1,22 +1,7 @@
#! /bin/sh
-# prerm script for cups
-#
-# see: dh_installdeb(1)
set -e
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
case "$1" in
remove)
(cd /usr/lib/cups/backend && rm -f lpd socket usb snmp dnssd mdns)
@@ -31,11 +16,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
-
-
diff --git a/debian/libcups2-dev.preinst b/debian/libcups2-dev.preinst
index ece696f4a..96ef251d3 100644
--- a/debian/libcups2-dev.preinst
+++ b/debian/libcups2-dev.preinst
@@ -1,16 +1,7 @@
#! /bin/sh
-# preinst script for libcups2-dev
-#
-# 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)
;;
@@ -36,11 +27,6 @@ case "$1" in
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
#DEBHELPER#
exit 0
-
-
diff --git a/debian/libcupsimage2-dev.preinst b/debian/libcupsimage2-dev.preinst
index 718b7d3b3..9455a966d 100644
--- a/debian/libcupsimage2-dev.preinst
+++ b/debian/libcupsimage2-dev.preinst
@@ -1,16 +1,7 @@
#! /bin/sh
-# preinst script for libcupsimage2-dev
-#
-# 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
-
-
diff --git a/debian/libcupsimage2.preinst b/debian/libcupsimage2.preinst
index df9374c19..85531d13a 100644
--- a/debian/libcupsimage2.preinst
+++ b/debian/libcupsimage2.preinst
@@ -1,16 +1,7 @@
#! /bin/sh
-# preinst script for libcupsimage2
-#
-# 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
-
-