updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / jack_mixer-git / jack_mixer-git.install
blob8dcdb3bbb0d549377d6ca609ec34e83b10a9d83b
1 pkgname=jack_mixer
3 ## arg 1:  the new package version
4 post_install() {
5   usr/sbin/gconfpkg --install "${pkgname}"
6   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
7   update-desktop-database -q
10 ## arg 1:  the new package version
11 ## arg 2:  the old package version
12 pre_upgrade() {
13   pre_remove "$2"
16 ## arg 1:  the new package version
17 ## arg 2:  the old package version
18 post_upgrade() {
19   post_install "$1"
22 ## arg 1:  the old package version
23 pre_remove() {
24   usr/sbin/gconfpkg --uninstall "${pkgname}"
27 ## arg 1:  the old package version
28 post_remove() {
29   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
30   update-desktop-database -q
33 # vim:set ts=2 sw=2 et: