From e816fbea88d2387ef078c3ac116db816d1efe6f5 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 15 Jun 2016 17:06:15 +0000 Subject: dh_installcatalogs: Explicitly activate sgml-base trigger Signed-off-by: Niels Thykier --- autoscripts/preinst-sgmlcatalog | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 autoscripts/preinst-sgmlcatalog (limited to 'autoscripts') 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 -- cgit v1.2.3