From 25cd6cf8378870b6a377aba661321dd5daa5145e Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 4 Oct 2011 01:31:11 -0600 Subject: use update-apt-xapian-index -u on armel --- debian/apt.cron.daily | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/apt.cron.daily') diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 1dfaa04a3..efc61362c 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -457,7 +457,10 @@ if check_stamp $UPDATE_STAMP $UpdateInterval; then # now run apt-xapian-index if it is installed to ensure the index # is up-to-date if [ -x /usr/sbin/update-apt-xapian-index ]; then - nice ionice -c3 update-apt-xapian-index -q + if [ "$(dpkg --print-architecture)" = "armel" ]; then + xapian_extra_args='-u' + fi + nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args fi else debug_echo "download updated metadata (error)" -- cgit v1.2.3