Advertisement
unikum

wuala.install

Jul 29th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. post_install() {
  2.   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  3.   echo 'You should read /usr/share/licenses/wuala/LICENSE before use this package.'
  4.   echo
  5.   echo 'Your local user needs to be in the fuse group (you may have to login again):'
  6.   echo 'usermod -a -G fuse USERNAME'
  7.   echo
  8.   echo 'Default program directory is ~/.wuala/'
  9.   echo 'Wuala config file is ~/.config/Wuala.cfg'
  10. }
  11.  
  12. post_upgrade() {
  13.     post_install
  14. }
  15.  
  16. post_remove() {
  17.     post_install
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement