desktop/kamoso/kamoso.install

14 lines
203 B
Plaintext
Raw Normal View History

2015-09-15 14:29:42 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}