slackbuilds_ponce/system/fuse-exfat/doinst.sh
Mario Preksavec 4ea49e783b system/fuse-exfat: Updated for version 1.2.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
2015-10-10 09:15:16 +07:00

3 lines
122 B
Bash

# `mount -t extfs` looks in /sbin
( cd sbin ; rm -rf mount.exfat )
( cd sbin ; ln -sf /usr/sbin/mount.exfat mount.exfat )