audacity/audacity.install

14 lines
225 B
Plaintext
Raw Normal View History

2015-11-03 01:12:10 +09: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
}
post_remove() {
post_install
}