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 'Default program directory is ~/.wuala/'
  6.   echo 'Wuala config file is ~/.config/Wuala.cfg'
  7.   echo
  8.   echo 'If you updated from the $HOME/wuala installation,the first thing before'
  9.   echo 'start wuala you should do is to mannually move $HOME/wuala/WualaDrive to'
  10.   echo '$HOME/WualaDrive and move $HOME/wuala to $HOME/.wuala,then,when you start'
  11.   echo 'the wuala,it will ask you to choose you extised WualaDrive location.'
  12. }
  13.  
  14. post_upgrade() {
  15.     post_install
  16. }
  17.  
  18. post_remove() {
  19.     post_install
  20. }
  21.