updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / fl_teachertool / fl_teachertool.install
blobdacdc8f60e966d57a656b836b0ddce920cc41d55
1 post_install() {
2   echo "==> FOLLOW CAREFULLY:"
3   echo "-------------------------------------------------------------------"
4   echo "  # nano /etc/fl_teachertool/teacher/vncreflectorpass"
5   echo "    -> REPLACE 'fullcontrolpassword' with a password of your choice"
6   echo "    -> REPLACE 'viewonlypassword' with a password of your choice"
7   echo "  # teachertool-vncpasswd /etc/fl_teachertool/teacher/teacherpass"
8   echo "    -> enter your fullcontrolpassword and then answer 'n'"
9   echo "  # teachertool-vncpasswd /etc/fl_teachertool/clientpass"
10   echo "    -> note the pathname carefully (not the same as teacherpass)"
11   echo "    -> enter your viewonlypassword and then answer 'n'"
12   echo "  # chmod 600 /etc/fl_teachertool/teacher/vncreflectorpass"
13   echo "  # chmod 600 /etc/fl_teachertool/teacher/teacherpass"
14   echo "  # chmod 644 /etc/fl_teachertool/clientpass"
15   echo "-------------------------------------------------------------------"
16   echo "==> Documentation: /usr/share/doc/fl_teachertool/documentation.html"
19 post_upgrade() {
20   post_upgrade $1