summaryrefslogtreecommitdiff
path: root/extra/gconf/gconf.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gconf/gconf.install')
-rw-r--r--extra/gconf/gconf.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/gconf/gconf.install b/extra/gconf/gconf.install
index f7945d165..a5ea777a5 100644
--- a/extra/gconf/gconf.install
+++ b/extra/gconf/gconf.install
@@ -9,10 +9,7 @@ post_upgrade() {
chmod 755 etc/gconf/gconf.xml.system
usr/bin/gio-querymodules usr/lib/gio/modules
- PID=`pidof gconfd-2`
- if [ ! -z "${PID}" ]; then
- kill ${PID}
- fi
+ pkill /usr/lib/GConf/gconfd-2 || return 0
}
post_remove() {