summaryrefslogtreecommitdiff
path: root/testing/gnome-system-monitor/gnome-system-monitor.install
diff options
context:
space:
mode:
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
}