summarylogtreecommitdiffstats
path: root/tagsistant.install
diff options
context:
space:
mode:
authorFabien Dubosson2015-05-29 13:15:15 +0200
committerFabien Dubosson2015-05-29 13:15:15 +0200
commite86b30e55435c86f3a798d9346214d591d71015e (patch)
tree19a65948556c2633b62748c3b0455a64da19c11f /tagsistant.install
downloadaur-tagsistant.tar.gz
Move 'tagsistant' into separate repo for AUR4
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 '************************************************************************'
+}