post_install() { xdg-icon-resource forceupdate mkdir -p /opt/appimages chmod 777 /opt/appimages/Hyper.AppImage } post_upgrade() { post_install } post_remove() { xdg-icon-resource forceupdate }