summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-sgmlcatalog
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-sgmlcatalog')
-rw-r--r--autoscripts/postinst-sgmlcatalog7
1 files changed, 0 insertions, 7 deletions
diff --git a/autoscripts/postinst-sgmlcatalog b/autoscripts/postinst-sgmlcatalog
deleted file mode 100644
index 100dee2f..00000000
--- a/autoscripts/postinst-sgmlcatalog
+++ /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