desktop/x2goclient/x2goclient.install
2014-05-30 15:23:11 +00:00

12 lines
203 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
xdg-icon-resource forceupdate --theme hicolor
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor
}