diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/hal-automount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks/hal-automount.sh b/examples/hooks/hal-automount.sh index 76931e617..0fec6f9da 100755 --- a/examples/hooks/hal-automount.sh +++ b/examples/hooks/hal-automount.sh @@ -11,6 +11,6 @@ rm -f /usr/share/hal/fdi/policy/10osvendor/debian-storage-policy-fixed-drives.fd # Use ntfs-3g by default to mount ntfs partitions if [ -x /usr/bin/ntfs-3g ] then - rm -f /sbin/mount.nfs + rm -f /sbin/mount.ntfs ln -s /usr/bin/ntfs-3g /sbin/mount.ntfs fi |