]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-sgmlcatalog
dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles and introduce dependen...
[debhelper.git] / autoscripts / postinst-sgmlcatalog
diff --git a/autoscripts/postinst-sgmlcatalog b/autoscripts/postinst-sgmlcatalog
deleted file mode 100644 (file)
index 100dee2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-if [ "$1" = "configure" ]; then
-       rm -f #CENTRALCAT#
-       for ordcat in #ORDCATS#; do
-               update-catalog --quiet --add #CENTRALCAT# ${ordcat}
-       done
-       update-catalog --quiet --add --super #CENTRALCAT#
-fi