desktop/kuser/kuser.install

13 lines
147 B
Plaintext
Raw Normal View History

2016-05-27 19:55:34 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}