make deinstall: avoid removing bastille.conf

This commit is contained in:
Sven R
2020-02-13 07:37:38 +01:00
parent 70eb3e6aa2
commit fd90a21777

View File

@@ -18,7 +18,8 @@ uninstall:
@rm -rvf /usr/local/share/bastille @rm -rvf /usr/local/share/bastille
@echo @echo
@echo "removing configuration file" @echo "removing configuration file"
@rm -rvf /usr/local/etc/bastille @rm -rvf /usr/local/etc/bastille/bastille.conf.sample
@echo @echo
@echo "removing startup script" @echo "removing startup script"
@rm -vf /usr/local/etc/rc.d/bastille @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."