desktop/kate/kwrite.install

12 lines
176 B
Plaintext
Raw Normal View History

2011-07-23 02:02:15 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
2015-02-23 23:08:49 +08:00
}