summaryrefslogtreecommitdiffstats
path: root/gnome/nautilus/post-install
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-11-07 21:56:34 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-11-07 21:56:34 +0100
commitbf6289127c509623f5dfc2ae7af6ad37ef6751aa (patch)
tree360809305b92e766744b7e8adae3a6927fdc4381 /gnome/nautilus/post-install
parent02e009a430e55a7ecd77a1ee5315b7e2f303f03a (diff)
parent60d8f8d65250565bd44a924602b5c45a74643bd7 (diff)
downloadnutyx-extra-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.gz
nutyx-extra-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.bz2
nutyx-extra-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.xz
nutyx-extra-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.zip
Merge remote branch 'tnut-gnome/master'
Diffstat (limited to 'gnome/nautilus/post-install')
-rwxr-xr-xgnome/nautilus/post-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome/nautilus/post-install b/gnome/nautilus/post-install
index da92ae373..0e68fd548 100755
--- a/gnome/nautilus/post-install
+++ b/gnome/nautilus/post-install
@@ -7,8 +7,8 @@ SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
for SCHEMA in $SCHEMAS
do
- export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source`
- $GNOME_PREFIX/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
done
# reload gconf caches
@@ -18,7 +18,7 @@ then
fi
# mime database
-update-mime-database $GNOME_PREFIX/share/mime > /dev/null
+update-mime-database /usr/share/mime > /dev/null
# desktop database
update-desktop-database > /dev/null