summarylogtreecommitdiffstats
path: root/tagsistant.install
blob: e35d76f60c64ea7b5c8bb3b0f521922163439f9c (plain)
1
2
3
4
5
6
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 '************************************************************************'
}