summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-info
diff options
context:
space:
mode:
authorjoey <joey>2004-02-09 23:35:03 +0000
committerjoey <joey>2004-02-09 23:35:03 +0000
commitbc4fe9de827469761052c59c75c7ea6b6b473f85 (patch)
tree71c61e357df34b29281861ccffb0907fa69e06c2 /autoscripts/prerm-info
parent68031ac814b3d8fdafdaafdc13a4c5519165e338 (diff)
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
Diffstat (limited to 'autoscripts/prerm-info')
-rw-r--r--autoscripts/prerm-info2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-info b/autoscripts/prerm-info
index 6d13234e..57d25c08 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