summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:49 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:18:29 +0100
commitda353a5231ad925013d01065768864307c70651a (patch)
tree589606906e4e8966797f352ec63162cbb4016da0 /hooks
parent068a51b175546dfeac45c747236817cb41db50d7 (diff)
downloadlive-build-da353a5231ad925013d01065768864307c70651a.zip
live-build-da353a5231ad925013d01065768864307c70651a.tar.gz
Adding live-helper 1.0~a4-1.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/mini6
-rwxr-xr-xhooks/minimal6
2 files changed, 6 insertions, 6 deletions
diff --git a/hooks/mini b/hooks/mini
index da5404e..a0982d2 100755
--- a/hooks/mini
+++ b/hooks/mini
@@ -10,9 +10,9 @@
set -e
# Removing unused packages
-apt-get remove --purge apt-utils aptitude libdb4.4
-apt-get remove --purge man-db manpages info
-apt-get remove --purge ssl wget
+apt-get remove --purge --yes apt-utils aptitude
+apt-get remove --purge --yes man-db manpages info
+apt-get remove --purge --yes ssl wget
# Removing unused files
rm -rf /usr/include/*
diff --git a/hooks/minimal b/hooks/minimal
index 654867f..cfb3ab2 100755
--- a/hooks/minimal
+++ b/hooks/minimal
@@ -10,9 +10,9 @@
set -e
# Removing unused packages
-apt-get remove --purge apt-utils aptitude libdb4.4
-apt-get remove --purge man-db manpages info
-apt-get remove --purge ssl wget
+apt-get remove --purge --yes apt-utils aptitude
+apt-get remove --purge --yes man-db manpages info
+apt-get remove --purge --yes ssl wget
# Removing unused files
rm -rf /var/cache/man/*