diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-06-15 17:06:15 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-06-15 20:20:29 +0000 |
commit | e816fbea88d2387ef078c3ac116db816d1efe6f5 (patch) | |
tree | 5c56eba6620c4a4537c90e4c64e2c75904863922 /autoscripts | |
parent | 481b565c89583542bb3f8970d14c4749241421a8 (diff) | |
download | debhelper-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-sgmlcatalog | 8 |
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 |