desktop/kjots/kjots.install

13 lines
202 B
Plaintext
Raw Normal View History

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