Add missing uninstall code

This commit is contained in:
Jose
2019-11-02 04:25:23 -04:00
parent 8485d98d9b
commit 6aa5e5e3b5
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.0.5......Add missing uninstall code.
1.0.4......Remove obsolete code, delete shutdown command upon uninstall. 1.0.4......Remove obsolete code, delete shutdown command upon uninstall.
1.0.3......Do not delete base releases with containers child. 1.0.3......Do not delete base releases with containers child.
1.0.2......Code and regex improvements. 1.0.2......Code and regex improvements.
+3
View File
@@ -513,6 +513,9 @@ remove_addon()
if [ -f "${USRLOCAL}/etc/${APPNAME}.conf" ]; then if [ -f "${USRLOCAL}/etc/${APPNAME}.conf" ]; then
rm -f ${USRLOCAL}/etc/${APPNAME}.conf rm -f ${USRLOCAL}/etc/${APPNAME}.conf
fi fi
if [ -f "${BASTILLEPATH}/${APPNAME}" ]; then
rm -f ${BASTILLEPATH}/${APPNAME}
fi
if [ -f "${USRLOCAL}/sbin/${APPNAME}-init" ]; then if [ -f "${USRLOCAL}/sbin/${APPNAME}-init" ]; then
rm -rf ${USRLOCAL}/sbin/${APPNAME}-init rm -rf ${USRLOCAL}/sbin/${APPNAME}-init
fi fi
+1 -1
View File
@@ -1 +1 @@
1.0.4 1.0.5