summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-01-15 01:34:01 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:35:33 +0100
commit82556b2855b3ea99603faa8cdf209f6618eec832 (patch)
tree5ec2812af5b3ef90b0a67d1ad4031e5b23f5a8c6 /hooks
parent52ede0fcce07b309ecef3492a42070eb334cf67a (diff)
downloadlive-build-82556b2855b3ea99603faa8cdf209f6618eec832.zip
live-build-82556b2855b3ea99603faa8cdf209f6618eec832.tar.gz
Don't prompt when autoremoving packages in minimal hooks.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/minimal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/minimal b/hooks/minimal
index 7c36f7d..25d80f2 100755
--- a/hooks/minimal
+++ b/hooks/minimal
@@ -18,7 +18,7 @@ do
fi
done
-apt-get autoremove || true
+apt-get autoremove --yes || true
# Removing unused files
find . -name *~ | xargs rm -f