Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Load from absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jan 12, 2011
1 parent 209e3fc commit 15ac052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -18,7 +18,7 @@ sudo cp -- "${dir}/common.sh" "${dir}/mount-image" "${dir}/umount-image" /usr/lo
sudo chmod a+x -- /usr/local/bin/mount-image /usr/local/bin/umount-image || fail

# Import the Nautilus settings (run for each user)
gconftool-2 --load nautilus-actions.xml || fail
gconftool-2 --load "${dir}/nautilus-actions.xml" || fail

# Success
echo 'Installation succeeded. Please see the README file for usage instructions.'

0 comments on commit 15ac052

Please sign in to comment.