post_install() { gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor echo"" echo "---If integrity check fails, flag the package as outdated, because version releases of this package are a bit strange and it's not easy to know when there's a new version" } post_upgrade() { post_install } post_remove() { post_install }