Add remove case in postrm

parent abf00470
......@@ -8,8 +8,13 @@ case "$1" in
ucf --purge /etc/opt/slapos/slapos.cfg
rm -rf /var/opt/slapos/ /srv/slapgrid/ /opt/slapgrid/ \
/etc/opt/slapos/ /opt/slapos/
;;
/etc/opt/slapos/ /opt/slapos/
;;
remove)
rm -rf /opt/slapos/
;;
esac
#DEBHELPER#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment