desktop/kwooty/kwooty.install

13 lines
187 B
Plaintext
Raw Normal View History

2015-03-26 06:13:11 +08:00
post_install() {
update-desktop-database -q &> /dev/null
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}