2013-11-07 04:25:34 +00:00
|
|
|
#!/bin/bash
|
2013-09-19 00:22:59 +00:00
|
|
|
# This package is broken and causes real issues on update:
|
|
|
|
# https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1227420
|
2013-09-19 20:35:31 +00:00
|
|
|
apt-get --yes remove apt-xapian-index || :
|