summarylogtreecommitdiffstats
path: root/dataexplorer.install
blob: 81bcf54bd4e4cfebb1e290cc0aa5ebfa2dfdee2b (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "To use the DataExplorer, you need to put all users into the uucp group."
  echo "  $> gpasswd -a <username> uucp"
  echo "Additionally, make sure, /var/lock has the right permissions to use by this group:"
  echo "  $> chown root:uucp /var/lock"
  echo "  $> chmod g+w /var/lock"
}