more haskell stuff
[archlinuxppc.git] / gnome-applets / gnome-applets.install
1 pkgname=gnome-applets
2
3 post_install() {
4   usr/sbin/gconfpkg --install ${pkgname}
5   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
6 }
7
8 pre_upgrade() {
9   pre_remove $1
10 }
11
12 post_upgrade() {
13   post_install $1
14 }
15
16 pre_remove() {
17   usr/sbin/gconfpkg --uninstall ${pkgname}
18 }
19
20 post_remove() {
21   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
22 }