updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / lejos_nxj / lejos_nxj.install
blob754b711a23669b805a6ad1c17671aa9b4edee77a
1 post_install() {
2     groupadd lego
4     # called explicitely as automatic reload ignores our rule because of
5     # nonexistent group 'lego'
6     udevadm control --reload-rules
8     echo ">>> To be able to use LEGO Mindstorms NXT without having root "
9     echo ">>> permissions you should add your user to 'lego' group and "
10     echo ">>> relogin."
11     echo ">>>"
12     echo ">>> leJOS was designed to be run on Sun Java 1.5 or newer.  While this"
13     echo ">>> package allows other JDKs and JVMs, you may experience problems."
14     echo ">>> If leJOS does not work correctly, please use Sun Java."
15     echo ">>>"
16     echo ">>> For samples of usage and documentation please visit "
17     echo ">>> 'http://lejos.sourceforge.net/'."
20 post_upgrade() {
21     post_install
24 post_remove() {
25     groupdel lego