[nautilus-actions/file-manager-actions] src/utils/fma-gconf2key.sh.in: update to have 'fma-' prefixe binaries
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] src/utils/fma-gconf2key.sh.in: update to have 'fma-' prefixe binaries
- Date: Wed, 9 Sep 2015 11:24:52 +0000 (UTC)
commit 2cfa0a85bb10b39c707bc69516aef42d9930ba18
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Sep 9 10:08:21 2015 +0200
src/utils/fma-gconf2key.sh.in: update to have 'fma-' prefixe binaries
src/utils/fma-gconf2key.sh.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/utils/fma-gconf2key.sh.in b/src/utils/fma-gconf2key.sh.in
index 6ee199f..d0d797d 100644
--- a/src/utils/fma-gconf2key.sh.in
+++ b/src/utils/fma-gconf2key.sh.in
@@ -690,7 +690,7 @@ let nbprefs=0
if [ -e ${destconf} ]; then
msg "${destconf} already exists: do not replace it, update the N-A configuration file instead"
- command "@pkglibexecdir@/na-set-conf --group 'io-provider fma-gconf' --key writable --type bool
--value false"
+ command "@pkglibexecdir@/fma-set-conf --group 'io-provider fma-gconf' --key writable --type bool
--value false"
else
nbprefs=$(cat ${my_tmproot}.nact ${my_tmproot}.runtime ${my_tmproot}.io-provider_* 2>/dev/null | wc
-l)
@@ -740,10 +740,10 @@ let count=${nbitems}+${nbprefs}
if [ "${opt_delete}" = "yes" -a ${count} -gt 0 ]; then
if [ "${opt_admin}" = "yes" ]; then
# rather a bad hack to find where mandatory keys are stored by GConf
- # na-delete-xmltree directly removes our branch from the XML tree!
+ # fma-delete-xmltree directly removes our branch from the XML tree!
xml=$(find /etc -name gconf.xml.mandatory)/%gconf-tree.xml
path='/gconf/dir[ name="apps"]/dir[ name="@PACKAGE@"]'
- command "@pkglibexecdir@/na-delete-xmltree --path '${path}' --xml ${xml} > ${xml}2"
+ command "@pkglibexecdir@/fma-delete-xmltree --path '${path}' --xml ${xml} > ${xml}2"
command "mv ${xml}2 ${xml}"
else
# this does not work for mandatory items
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]