addpkg: audacity-git
This commit is contained in:
commit
8b854c091f
4 changed files with 125 additions and 0 deletions
13
audacity.install
Normal file
13
audacity.install
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue