Remove 'ssl' package references from mini and minimal hooks.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
c837a9ebb4
commit
4577edad20
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue