From 25fbaa7f8700665d5aea046956175a35035f7fd5 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 15 Jul 2007 21:14:17 +0100 Subject: Import Debian changes 5e3-6.1 scm (5e3-6.1) unstable; urgency=low * Non-maintainer upload. * Split doc-base file into two files, add missing 'Index' fields for 'info' sections (closes: #369576). Thanks to Robert Luberda for the patch. * Remove from rules/postinst/postrm any manually doc-base handling code, since dh_installdocs supports doc-base on its own. Thanks to Robert Luberda for the patch. --- debian/prerm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debian/prerm') diff --git a/debian/prerm b/debian/prerm index 37960c3..c2c654c 100644 --- a/debian/prerm +++ b/debian/prerm @@ -6,12 +6,6 @@ if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/scm ]; then rm -f /usr/doc/scm fi -# doc base support -if [ "$1" = remove -o "$1" = upgrade ]; then - if test -x /usr/sbin/install-docs >/dev/null 2>&1; then - /usr/sbin/install-docs -r scm - fi -fi install-info --quiet --remove /usr/share/info/scm.info.gz -- cgit v1.2.3