addpkg: audacity-git

This commit is contained in:
proudzhu 2015-11-03 00:12:10 +08:00
commit 8b854c091f
4 changed files with 125 additions and 0 deletions

13
audacity.install Normal file
View file

@ -0,0 +1,13 @@
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
}