From bc4fe9de827469761052c59c75c7ea6b6b473f85 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 9 Feb 2004 23:35:03 +0000 Subject: r1658: * dh_installxfonts(1): fix link to policy. Closes: #231918 * dh_scrollkeeper: patch from Christian Marillat Closes: #231703 - Remove DTD changes since docbook-xml not supports xml catalogs. - Bump scrollkeeper dep to 0.3.14-5. * dh_installinfo: remove info stuff on update as well as remove. Policy is unclear/wrong. Closes: #231937a --- autoscripts/prerm-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts') diff --git a/autoscripts/prerm-info b/autoscripts/prerm-info index 6d13234..57d25c0 100644 --- a/autoscripts/prerm-info +++ b/autoscripts/prerm-info @@ -1,3 +1,3 @@ -if [ "$1" = remove ]; then +if [ "$1" = remove ] || [ "$1" = upgrade ]; then install-info --quiet --remove #FILE# fi -- cgit v1.2.1