desktop/x2goclient/x2goclient.install

12 lines
203 B
Plaintext
Raw Normal View History

2014-05-30 23:23:11 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
xdg-icon-resource forceupdate --theme hicolor
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor
}