desktop/basket/basket.install
2010-09-09 16:26:54 +00:00

13 lines
168 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}