PKGBUILDs/extra/audacity/audacity.install

14 lines
231 B
Plaintext
Raw Normal View History

2013-03-22 22:06:20 +00:00
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
}