summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2016-06-15 17:06:15 +0000
committerNiels Thykier <niels@thykier.net>2016-06-15 20:20:29 +0000
commite816fbea88d2387ef078c3ac116db816d1efe6f5 (patch)
tree5c56eba6620c4a4537c90e4c64e2c75904863922 /autoscripts
parent481b565c89583542bb3f8970d14c4749241421a8 (diff)
downloaddebhelper-e816fbea88d2387ef078c3ac116db816d1efe6f5.tar.gz
dh_installcatalogs: Explicitly activate sgml-base trigger
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/preinst-sgmlcatalog8
1 files changed, 0 insertions, 8 deletions
diff --git a/autoscripts/preinst-sgmlcatalog b/autoscripts/preinst-sgmlcatalog
deleted file mode 100644
index 96f06738..00000000
--- a/autoscripts/preinst-sgmlcatalog
+++ /dev/null
@@ -1,8 +0,0 @@
-if test -f #CENTRALCAT# -a "(" "$1" = "upgrade" -o "$1" = "install" -a -n "$2" ")" &&
- ! dpkg-query -S #CENTRALCAT# >/dev/null 2>&1; then
- # If the dpkg-query command returns non-zero, the central catalog is
- # not owned by any package. This is due to an old behaviour of
- # debhelper. Now that file becomes a conffile. In order to avoid a
- # question during installation, we remove the old non-conffile.
- mv #CENTRALCAT# #CENTRALCAT#.old
-fi