Add fuse dependency to FUSE driver package.
authorBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:53:04 +0000 (04:53 -0500)
committerBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:53:33 +0000 (04:53 -0500)
When the fuse tools aren't installed, attempting to run arv-mount
fails with "fuse: failed to exec fusermount".

No issue #.

services/fuse/fpm-info.sh [new file with mode: 0644]

diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh
new file mode 100644 (file)
index 0000000..57671cd
--- /dev/null
@@ -0,0 +1 @@
+fpm_depends+=(fuse)