[apache2] 08/09: Drop the manual "update-rc.d apache-htcacheclean remove" call
Raphaël Hertzog
hertzog at moszumanska.debian.org
Thu Sep 29 10:25:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository apache2.
commit 1519e7ae43ce63b2128dc02059fe57cbcab18ac8
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Thu Sep 29 12:20:02 2016 +0200
Drop the manual "update-rc.d apache-htcacheclean remove" call
It's now again generated by dh_installinit. Thanks to lintian for
catching this.
---
debian/apache2.postrm | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/apache2.postrm b/debian/apache2.postrm
index 608336d..a68583c 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git
More information about the Pkg-apache-commits
mailing list