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