make deinstall: avoid removing bastille.conf

This commit is contained in:
Sven R
2020-02-13 07:34:31 +01:00
parent 70eb3e6aa2
commit a3494c1007

View File

@@ -18,7 +18,8 @@ uninstall:
@rm -rvf /usr/local/share/bastille
@echo
@echo "removing configuration file"
@rm -rvf /usr/local/etc/bastille
@rm -rvf /usr/local/etc/bastille/bastille.conf.sample
@echo
@echo "removing startup script"
@rm -vf /usr/local/etc/rc.d/bastille
@echo "You may need to manually remove /usr/local/etc/bastille/bastille.conf if it is no longer needed."