summaryrefslogtreecommitdiff
path: root/hooks
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
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')
-rwxr-xr-xhooks/mini2
-rwxr-xr-xhooks/minimal2
2 files changed, 2 insertions, 2 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
diff --git a/hooks/minimal b/hooks/minimal
index 5761abb2d..7c36f7d67 100755
--- a/hooks/minimal
+++ b/hooks/minimal
@@ -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