build: installer: add cygfuse

This commit is contained in:
Bill Zissimopoulos
2017-04-16 15:44:55 -07:00
parent d6c3b7304d
commit eb04d7ab90
5 changed files with 35 additions and 3 deletions

BIN
opt/cygfuse/dist/fuse-2.8-4.tar.xz vendored Normal file

Binary file not shown.

1
opt/cygfuse/dist/install.sh vendored Normal file
View File

@ -0,0 +1 @@
tar -C/ -xaf fuse-2.8-*.tar.xz

1
opt/cygfuse/dist/uninstall.sh vendored Normal file
View File

@ -0,0 +1 @@
tar -taf fuse-2.8-*.tar.xz | sed -e '/\/$/d' -e 's/.*/\/&/' | xargs rm -f