]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/preinst-sgmlcatalog
dh_installcatalogs: Adjust catalog conffile conversion to avoid dpkg conffile prompt...
[debhelper.git] / autoscripts / preinst-sgmlcatalog
1 if test -f #CENTRALCAT# -a "(" "$1" = "upgrade" -o "$1" = "install" -a -n "$2" ")" && 
2                 ! dpkg-query -S #CENTRALCAT# >/dev/null 2>&1; then
3         # If the dpkg-query command returns non-zero, the central catalog is
4         # not owned by any package. This is due to an old behaviour of
5         # debhelper. Now that file becomes a conffile. In order to avoid a
6         # question during installation, we remove the old non-conffile.
7         mv #CENTRALCAT# #CENTRALCAT#.old
8 fi