diff options
Diffstat (limited to 'autoscripts/postrm-init')
-rw-r--r-- | autoscripts/postrm-init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init new file mode 100644 index 0000000..1c29298 --- /dev/null +++ b/autoscripts/postrm-init @@ -0,0 +1,3 @@ +if [ "$1" = "purge" ] ; then + update-rc.d #SCRIPT# remove >/dev/null +fi |