summaryrefslogtreecommitdiff
path: root/testing/gnome-system-monitor/gnome-system-monitor.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
commitfe675be3a5f22b4397ea55959bb3c47b4c1b8288 (patch)
tree2d8d385678576c75dc561c6fc2c194df7aad2b9b /testing/gnome-system-monitor/gnome-system-monitor.install
parent637c1cfdcd258a870ad5367cbf47a8a2799039c7 (diff)
Thu Apr 19 00:01:30 UTC 2012
Diffstat (limited to 'testing/gnome-system-monitor/gnome-system-monitor.install')
-rw-r--r--testing/gnome-system-monitor/gnome-system-monitor.install12
1 files changed, 2 insertions, 10 deletions
diff --git a/testing/gnome-system-monitor/gnome-system-monitor.install b/testing/gnome-system-monitor/gnome-system-monitor.install
index 70641526f..c25dff2d3 100644
--- a/testing/gnome-system-monitor/gnome-system-monitor.install
+++ b/testing/gnome-system-monitor/gnome-system-monitor.install
@@ -1,19 +1,11 @@
-pkgname=gnome-system-monitor
-
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
-pre_upgrade() {
- if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
- gconfpkg --uninstall ${pkgname}
- fi
-}
-
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}