summaryrefslogtreecommitdiffstats
path: root/abs/extra/gconf/gconf.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:04:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:05 (GMT)
commit867f417be1293cd89097d00bd9422fb0b0cb345e (patch)
treee01bba314ea718b0b5d0b4f733432eaf2613916f /abs/extra/gconf/gconf.install
parent24ed89c67ae43e56a5ce8c42557dc47f768efa4d (diff)
downloadlinhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.zip
linhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.tar.gz
linhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.tar.bz2
etherwake, ethtool, gconf:
Diffstat (limited to 'abs/extra/gconf/gconf.install')
-rw-r--r--abs/extra/gconf/gconf.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/abs/extra/gconf/gconf.install b/abs/extra/gconf/gconf.install
index f7945d1..a5ea777 100644
--- a/abs/extra/gconf/gconf.install
+++ b/abs/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() {