aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-12 00:31:36 -0500
committerDave Reisner <d@falconindy.com>2010-01-12 00:31:36 -0500
commitd4d9e8f8b76ebeb5e0c66099b3d0d0ada860cc27 (patch)
tree878fb9a6c86b048dcf4f81acfe7c68745ab7b6ad
parentea9d4790caf9ef483470c5469ab8262f47af9177 (diff)
downloadsquashfu-d4d9e8f8b76ebeb5e0c66099b3d0d0ada860cc27.tar.gz
Add sweep_bins call after new squash is created
-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 () {