Don't prompt when autoremoving packages in minimal hooks.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-01-15 01:34:01 +00:00
parent 4577edad20
commit c6108d09b3
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ live-helper (1.0~a38-1) UNRELEASED; urgency=medium
* Implement -u/--usage, -v/--version and -h/--help options in lh_clean
(Closes: #454553)
* Remove 'ssl' package references from mini and minimal hooks.
* Don't prompt when autoremoving packages in minimal hooks.
-- Daniel Baumann <daniel@debian.org> Mon, 14 Jan 2008 23:32:58 +0000

View File

@ -18,7 +18,7 @@ do
fi
done
apt-get autoremove || true
apt-get autoremove --yes || true
# Removing unused files
find . -name *~ | xargs rm -f