summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-sgmlcatalog
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-sgmlcatalog')
-rw-r--r--autoscripts/postrm-sgmlcatalog3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-sgmlcatalog b/autoscripts/postrm-sgmlcatalog
new file mode 100644
index 00000000..f8278e68
--- /dev/null
+++ b/autoscripts/postrm-sgmlcatalog
@@ -0,0 +1,3 @@
+if [ "$1" = "purge" ]; then
+ rm -f #CENTRALCAT#.old
+fi