aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-18 21:25:00 -0500
committerDave Reisner <d@falconindy.com>2010-01-18 21:25:00 -0500
commitc9e85abea99dbb65f8f0ba71c1fd6ac7d84ec2ea (patch)
tree44a96080fdf1b4d48eb542efeccce6d929df58cd /squashfu
parent205426e96d7c78f54f26eed33519e478f562d5b5 (diff)
downloadsquashfu-c9e85abea99dbb65f8f0ba71c1fd6ac7d84ec2ea.tar.gz
Call sweep_bins after a bin is deleted
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu3
1 files changed, 3 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index 65e891b..e18c6a7 100755
--- a/squashfu
+++ b/squashfu
@@ -293,6 +293,9 @@ action_remove_bin () {
sed -n "/^$new_bin:[0-9]*/d"
rm -rf ${BINS_DIR}/$new_bin
+
+ # tidy up!
+ sweep_bins
}
action_rollback () {