diff --git a/CHANGELOG b/CHANGELOG index f296b60..348f421 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ ====================== Version Description +1.2.12......Minor code improvements, clean stale pkg files on error. +1.2.11......Add all bastille Linux flavors bootstrap options. 1.2.10......Minor code improvements and cleanup. 1.2.09......Add Debian keyring and minor code changes. 1.2.08......Code cleanup, remove unnecessary statement. diff --git a/unionfs.sh b/unionfs.sh index 1d1321e..165c484 100644 --- a/unionfs.sh +++ b/unionfs.sh @@ -109,6 +109,11 @@ unload_kmods() { posterror_exec() { # Commands to be executed post errors. unionfs_disable + + # Clean for stale pkg. + if [ -d "${CWDIR}/system/All" ]; then + rm -r ${CWDIR}/system/All + fi } unionfs_disable() { diff --git a/version b/version index c114700..f2ae0b4 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.11 +1.2.12