updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nemiver / nemiver.install
bloba14d235b953ca0688c243e158d7de475cc1d5136
1 pkgname=nemiver
3 post_install() {
4   glib-compile-schemas usr/share/glib-2.0/schemas
5   update-desktop-database -q
6   gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
9 pre_upgrade() {
10   if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
11      usr/sbin/gconfpkg --uninstall ${pkgname}
12   fi
15 post_upgrade() {
16   post_install $1
19 post_remove() {
20    post_install $1