10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
pre_install() {
|
|
# Remove old plugin files that may have different names
|
|
rm -f /usr/lib/owlry/plugins/libwebsearch.so
|
|
rm -f /usr/lib/owlry/plugins/libowlry_plugin_websearch.so
|
|
}
|
|
|
|
pre_upgrade() {
|
|
pre_install
|
|
}
|