desktop/ksvnupdater/ksvnupdater.install

12 lines
167 B
Plaintext
Raw Normal View History

2013-12-11 11:58:36 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}