aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-10-02 11:15:37 +0100
committerMark Longair <mhl@pobox.com>2012-10-02 11:15:37 +0100
commit7cfde7448df1553d9042efd402a56dc060072f02 (patch)
treeb82c062a6814029a695cad1989b69f40f74bac14
parent482118fee686417072b5c12bf379a4b5d3892c95 (diff)
Assume "yes" to the query about purging apt-xapian-index
-rwxr-xr-xbin/pre-install-as-root2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root
index c2ac2147e..7d4060cf2 100755
--- a/bin/pre-install-as-root
+++ b/bin/pre-install-as-root
@@ -244,7 +244,7 @@ update_apt_sources
apt-get install -y git-core lockfile-progs rubygems
# And remove one crippling package, if it's installed:
-apt-get remove --purge apt-xapian-index || true
+apt-get remove -y --purge apt-xapian-index || true
clone_or_update_repository $REPOSITORY