post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null echo 'You shoukd read /usr/share/licenses/wuala/LICENSE before use this package.' echo echo 'Your local user needs to be in the fuse group (you may have to login again):' echo 'usermod -a -G fuse USERNAME' echo echo 'Default program directory is ~/.wuala/' echo 'Wuala config file is ~/.config/Wuala.cfg' } post_upgrade() { post_install } post_remove() { post_install }