diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-12 00:31:36 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-12 00:31:36 -0500 |
commit | d4d9e8f8b76ebeb5e0c66099b3d0d0ada860cc27 (patch) | |
tree | 878fb9a6c86b048dcf4f81acfe7c68745ab7b6ad /squashfu | |
parent | ea9d4790caf9ef483470c5469ab8262f47af9177 (diff) | |
download | squashfu-d4d9e8f8b76ebeb5e0c66099b3d0d0ada860cc27.tar.gz |
Add sweep_bins call after new squash is created
Diffstat (limited to 'squashfu')
-rwxr-xr-x | squashfu | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 () { |