catmeow-arch-repo/looper-gpl-git/looper.install

7 lines
144 B
Text
Raw Normal View History

2024-12-26 16:34:45 -08:00
post_install() {
xdg-mime install /usr/share/mime/audio/x-zsound.xml
}
pre_remove() {
xdg-mime uninstall /usr/share/mime/audio/x-zsound.xml
}