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. }