From 2da6ed90ff536121b387c93385e1cf652f7bd3aa Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 12 Feb 2003 16:25:44 +0000 Subject: r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. By Adam DiCarlo. Closes: #90025 --- autoscripts/postrm-sgmlcatalog | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postrm-sgmlcatalog (limited to 'autoscripts/postrm-sgmlcatalog') diff --git a/autoscripts/postrm-sgmlcatalog b/autoscripts/postrm-sgmlcatalog new file mode 100644 index 00000000..168a6949 --- /dev/null +++ b/autoscripts/postrm-sgmlcatalog @@ -0,0 +1,3 @@ +if [ "$1" = "purge" ]; then + rm -f #CENTRALCAT# #CENTRALCAT#.old +fi -- cgit v1.2.3