Don't prompt when autoremoving packages in minimal hooks.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
4577edad20
commit
c6108d09b3
|
@ -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
|
* Implement -u/--usage, -v/--version and -h/--help options in lh_clean
|
||||||
(Closes: #454553)
|
(Closes: #454553)
|
||||||
* Remove 'ssl' package references from mini and minimal hooks.
|
* 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
|
-- Daniel Baumann <daniel@debian.org> Mon, 14 Jan 2008 23:32:58 +0000
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
apt-get autoremove || true
|
apt-get autoremove --yes || true
|
||||||
|
|
||||||
# Removing unused files
|
# Removing unused files
|
||||||
find . -name *~ | xargs rm -f
|
find . -name *~ | xargs rm -f
|
||||||
|
|
Loading…
Reference in New Issue