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