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:
parent
f7391197c0
commit
2d70812e81
4
elements/ubuntu/pre-install.d/00-remove-apt-xapian-index
Executable file
4
elements/ubuntu/pre-install.d/00-remove-apt-xapian-index
Executable 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 || :
|
Loading…
Reference in New Issue
Block a user