PKGBUILDs/extra/audacity/audacity.install

14 lines
225 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() {
2013-09-08 20:04:54 +00:00
post_install
2013-03-22 22:06:20 +00:00
}
post_remove() {
2013-09-08 20:04:54 +00:00
post_install
2013-03-22 22:06:20 +00:00
}