aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu3
1 files changed, 3 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index 7553332..bf7b8fb 100755
--- a/squashfu
+++ b/squashfu
@@ -192,6 +192,9 @@ create_new_squash () {
rm -rf "${BINS_DIR}/$bin"
sed -i "/^$bin:/d" "$BINVENTORY"
done
+
+ # Clean up $binventory
+ sweep_bins
}
create_new_incremental () {