Remove apt-xapian-index from ubuntu cloud images

This package recently caused us some very large headaches when it
was updated for a security issue. It is completely unnecessary and
should be removed.

Note that we have recommended that it be removed from the cloud images
in launchpad bug #1227425.

fixes bug #1227420

Change-Id: Ic0d4efa7b44c46271d19576f5191c9421d07c015
This commit is contained in:
Clint Byrum 2013-09-18 17:22:59 -07:00
parent f7391197c0
commit 2d70812e81
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
# This package is broken and causes real issues on update:
# https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1227420
apt-get remove apt-xapian-index || :