PKGBUILDs/extra/audacity/audacity.install
2013-09-08 20:04:54 +00:00

14 lines
225 B
Plaintext

post_install() {
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}