summarylogtreecommitdiffstats
path: root/tagsistant.install
diff options
context:
space:
mode:
Diffstat (limited to 'tagsistant.install')
-rw-r--r--tagsistant.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/tagsistant.install b/tagsistant.install
new file mode 100644
index 000000000000..e35d76f60c64
--- /dev/null
+++ b/tagsistant.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo '************************************************************************'
+ echo 'In order to use tagsistant, you must enable fuse (see the fuse package'
+ echo 'post-install instructions), and add a line containing "user_allow_other"'
+ echo '(no quotes) to /etc/fuse.conf. It is okay to create that file.'
+ echo '************************************************************************'
+}