summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2016-09-29 12:20:02 +0200
committerRaphaël Hertzog <hertzog@debian.org>2016-09-29 12:20:02 +0200
commit1519e7ae43ce63b2128dc02059fe57cbcab18ac8 (patch)
tree9f7d1d52c75999521adc024e746a88b619c5674a
parentd207e52fea5bbba531ad2e89145dc8a58a171bf7 (diff)
downloadapache2-1519e7ae43ce63b2128dc02059fe57cbcab18ac8.tar.gz
Drop the manual "update-rc.d apache-htcacheclean remove" call
It's now again generated by dh_installinit. Thanks to lintian for catching this.
-rw-r--r--debian/apache2.postrm2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/apache2.postrm b/debian/apache2.postrm
index 608336d8..a68583c0 100644
--- a/debian/apache2.postrm
+++ b/debian/apache2.postrm
@@ -70,8 +70,6 @@ case "$1" in
if is_default_index_html /var/www/html/index.html ; then
rm -f /var/www/html/index.html
fi
-
- update-rc.d apache-htcacheclean remove >/dev/null
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)