desktop/qupzilla-webkit/qupzilla.install

13 lines
179 B
Plaintext
Raw Normal View History

2016-04-02 21:32:25 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}