summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/gnome-system-monitor/gnome-system-monitor.install')
-rw-r--r--gnome-unstable/gnome-system-monitor/gnome-system-monitor.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install b/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
index e2957a570..70641526f 100644
--- a/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
+++ b/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
@@ -1,12 +1,12 @@
pkgname=gnome-system-monitor
post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
}
pre_upgrade() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- usr/sbin/gconfpkg --uninstall ${pkgname}
+ if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
+ gconfpkg --uninstall ${pkgname}
fi
}