desktop/basket/basket.install

13 lines
168 B
Plaintext
Raw Normal View History

2010-09-10 00:26:54 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}