wok-next rev 18698
jpilot: warn user about dialout group
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Dec 14 10:33:13 2015 +0100 (2015-12-14) |
parents | 7aa5bdffd3f5 |
children | 6e9e0c6034a8 |
files | jpilot/receipt |
line diff
1.1 --- a/jpilot/receipt Mon Dec 14 09:55:05 2015 +0100 1.2 +++ b/jpilot/receipt Mon Dec 14 10:33:13 2015 +0100 1.3 @@ -31,3 +31,10 @@ 1.4 $fs/usr/share/pixmaps/jpilot.xpm 1.5 rm -r $fs/usr/share/man $fs/usr/share/doc 1.6 } 1.7 + 1.8 +post_install(){ 1.9 + echo 1.10 + echo "Don't forget to add yourself to group dialout to be able to sync your Palm." 1.11 + echo " # addgroup tux dialout" 1.12 +} 1.13 +