diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-17 00:04:46 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:05 (GMT) |
commit | 867f417be1293cd89097d00bd9422fb0b0cb345e (patch) | |
tree | e01bba314ea718b0b5d0b4f733432eaf2613916f /abs/extra/gconf/gconf.install | |
parent | 24ed89c67ae43e56a5ce8c42557dc47f768efa4d (diff) | |
download | linhes_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.install | 5 |
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() { |