Remove 'ssl' package references from mini and minimal hooks.

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

1
debian/changelog vendored
View File

@ -4,6 +4,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.
-- Daniel Baumann <daniel@debian.org> Mon, 14 Jan 2008 23:32:58 +0000

View File

@ -10,7 +10,7 @@
set -e
# Removing unused packages
for PACKAGE in apt-utils aptitude man-db manpages info ssl wget dselect
for PACKAGE in apt-utils aptitude man-db manpages info wget dselect
do
if ! apt-get remove --purge --yes "${PACKAGE}"
then

View File

@ -10,7 +10,7 @@
set -e
# Removing unused packages
for PACKAGE in apt-utils aptitude man-db manpages info ssl wget
for PACKAGE in apt-utils aptitude man-db manpages info wget
do
if ! apt-get remove --purge --yes "${PACKAGE}"
then