desktop/qupzilla/qupzilla.install
2013-09-02 07:44:49 +00:00

13 lines
179 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}