This repository has been archived on 2026-05-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
owlry-plugins/aur/owlry-plugin-system/owlry-plugin-system.install
T

10 lines
218 B
Plaintext

pre_install() {
# Remove old plugin files that may have different names
rm -f /usr/lib/owlry/plugins/libsystem.so
rm -f /usr/lib/owlry/plugins/libowlry_plugin_system.so
}
pre_upgrade() {
pre_install
}