summaryrefslogtreecommitdiffstats
path: root/abs/core/fuse/fuse.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:21:24 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:21:24 (GMT)
commit9feed0022de5c9748b8fe7153b6368f8a1a7934e (patch)
tree4a5d1e9d1861b1c25a8d630f7de7a5ca78514715 /abs/core/fuse/fuse.install
parentc1e6496dfa3c8a1d693f7ba8526fd13f58671e44 (diff)
downloadlinhes_pkgbuild-9feed0022de5c9748b8fe7153b6368f8a1a7934e.zip
linhes_pkgbuild-9feed0022de5c9748b8fe7153b6368f8a1a7934e.tar.gz
linhes_pkgbuild-9feed0022de5c9748b8fe7153b6368f8a1a7934e.tar.bz2
fuse 2.9.0
Diffstat (limited to 'abs/core/fuse/fuse.install')
-rw-r--r--abs/core/fuse/fuse.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/fuse/fuse.install b/abs/core/fuse/fuse.install
deleted file mode 100644
index 595ac7c..0000000
--- a/abs/core/fuse/fuse.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- cat << 'EOM'
-==> You must load the fuse kernel module to use FUSE.
- -> Run 'modprobe fuse' to load the module now.
- -> Add fuse to $MODULES in /etc/rc.conf to load on every boot.
-==> You will need a /dev/fuse device node to use FUSE.
- -> If you use udev, nothing needs to be done
- -> For a static /dev, run: mknod /dev/fuse -m 0666 c 10 229
-EOM
-}
-
-op=$1
-shift
-$op $*