2d70812e81
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
5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/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 || :
|