updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tasque-git / tasque-git.install
blob0f32b9417323cecbac31012fe531489549dfe083
1 pkgname=tasque-git
3 post_install() {
4   usr/sbin/gconfpkg --install ${pkgname}
6   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
9 pre_upgrade() {
10   pre_remove $1
13 post_upgrade() {
14   post_install $1
17 pre_remove() {
18   usr/sbin/gconfpkg --uninstall ${pkgname}
21 post_remove() {
22   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
25 op=$1
26 shift
28 $op $*