5 lines
186 B
Bash
Executable File
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 || :
|