updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / gnome-system-monitor-old / gnome-system-monitor.install
blob24c17d8f0135f3bda7a64b76623841d5e78b1d45
1 pkgname_=gnome-system-monitor
3 post_install() {
4     glib-compile-schemas usr/share/glib-2.0/schemas
7 pre_upgrade() {
8     if [ -f usr/share/gconf/schemas/${pkgname_}.schemas ]; then
9         usr/sbin/gconfpkg --uninstall ${pkgname_}
10     fi
13 post_upgrade() {
14     post_install $1
17 post_remove() {
18     post_install $1