diskimage-builder/elements/ubuntu/pre-install.d/00-remove-apt-xapian-index
Cody A.W. Somerville a8d8e7a30d Do not prompt on removal of apt-xapian-index from ubuntu cloud images
Change-Id: I49582a0c51aafcda6c0ad7911c291d58bb6c52a6
2013-09-19 16:35:31 -04:00

5 lines
186 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 --yes remove apt-xapian-index || :