updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / minbar / minbar.install
blob0c6f0e9d58a84309adc2f1e9fe3a230c8e5b8f6c
1 pkgname=minbar
3 post_install() {
4   usr/sbin/gconfpkg --install ${pkgname}
5   update-desktop-database -q
6   if [ -e `which gtk-update-icon-cache` -a -d /usr/share/icons/hicolor ]; then
7     gtk-update-icon-cache --quiet /usr/share/icons/hicolor
8   fi
11 pre_upgrade() {
12   pre_remove $1
15 post_upgrade() {
16   post_install $1
19 pre_remove() {
20   usr/sbin/gconfpkg --uninstall ${pkgname}
23 post_remove() {
24   update-desktop-database -q
25   if [ -e `which gtk-update-icon-cache` -a -d /usr/share/icons/hicolor ]; then
26     gtk-update-icon-cache --quiet /usr/share/icons/hicolor
27   fi