summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
committerroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
commit39e662ccfbe62ae77d458159d192816171a22f43 (patch)
tree2484a55934cd77dd33597ab2f214de5b7326cf69 /gnome-unstable/gnome-system-monitor/gnome-system-monitor.install
parenta3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff)
Thu Mar 22 00:01:28 UTC 2012
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
}