desktop/kwooty/kwooty.install
2015-03-25 22:13:11 +00:00

13 lines
187 B
Plaintext

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