diff options
author | Adam Conrad <adconrad@0c3.net> | 2012-01-10 02:16:57 -0700 |
---|---|---|
committer | Adam Conrad <adconrad@0c3.net> | 2012-01-10 02:16:57 -0700 |
commit | d2fd8c8ff72f82db473d4431213032249eee41c3 (patch) | |
tree | 09ca458ca8652cd56656769cd64e7dca2d5add14 /debian/apt.cron.daily | |
parent | 645183375243ce4b7bd1b6fd2f4b9f925d6cbbc2 (diff) |
Merge changes from Ubuntu 0.8.16~exp5ubuntu14.2 upload
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index efc61362c..8016687c9 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -457,10 +457,7 @@ 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 - if [ "$(dpkg --print-architecture)" = "armel" ]; then - xapian_extra_args='-u' - fi - nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args + nice ionice -c3 update-apt-xapian-index -q -u fi else debug_echo "download updated metadata (error)" |