Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / fuse / fuse.install
blob595ac7c120aa7e4b7b69e2a77b222f8b2b060b08
1 post_install() {
2   cat << 'EOM'
3 ==> You must load the fuse kernel module to use FUSE.
4  -> Run 'modprobe fuse' to load the module now.
5  -> Add fuse to $MODULES in /etc/rc.conf to load on every boot.
6 ==> You will need a /dev/fuse device node to use FUSE.
7  -> If you use udev, nothing needs to be done
8  -> For a static /dev, run: mknod /dev/fuse -m 0666 c 10 229
9 EOM
12 op=$1
13 shift
14 $op $*