PKGBUILDs/extra/audacity/audacity.install
2013-03-22 22:06:20 +00:00

14 lines
231 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 $1
}
post_remove() {
post_install $1
}