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/libclipboard.so
|
|
rm -f /usr/lib/owlry/plugins/libowlry_plugin_clipboard.so
|
|
}
|
|
|
|
pre_upgrade() {
|
|
pre_install
|
|
}
|