summaryrefslogtreecommitdiff
path: root/hooks/mini
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-01-15 01:33:18 +0000
committerChris Lamb <chris@chris-lamb.co.uk>2008-01-15 01:33:18 +0000
commit4577edad2042c0c06c4e5518346dec5146237339 (patch)
treea2fd87db8498e06e3cc0914dd15c89dc1b93437e /hooks/mini
parentc837a9ebb44f5dd45cb5e7ce207673995b447a66 (diff)
downloadvyos-live-build-4577edad2042c0c06c4e5518346dec5146237339.tar.gz
vyos-live-build-4577edad2042c0c06c4e5518346dec5146237339.zip
Remove 'ssl' package references from mini and minimal hooks.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'hooks/mini')
-rwxr-xr-xhooks/mini2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/mini b/hooks/mini
index e7f6ff14c..9d99e8193 100755
--- a/hooks/mini
+++ b/hooks/mini
@@ -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