mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 01:10:57 +01:00
Add missing uninstall code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.0.5......Add missing uninstall code.
|
||||
1.0.4......Remove obsolete code, delete shutdown command upon uninstall.
|
||||
1.0.3......Do not delete base releases with containers child.
|
||||
1.0.2......Code and regex improvements.
|
||||
|
||||
@@ -513,6 +513,9 @@ remove_addon()
|
||||
if [ -f "${USRLOCAL}/etc/${APPNAME}.conf" ]; then
|
||||
rm -f ${USRLOCAL}/etc/${APPNAME}.conf
|
||||
fi
|
||||
if [ -f "${BASTILLEPATH}/${APPNAME}" ]; then
|
||||
rm -f ${BASTILLEPATH}/${APPNAME}
|
||||
fi
|
||||
if [ -f "${USRLOCAL}/sbin/${APPNAME}-init" ]; then
|
||||
rm -rf ${USRLOCAL}/sbin/${APPNAME}-init
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user