desktop/kdeedu-artikulate/kdeedu-artikulate.install

13 lines
177 B
Plaintext
Raw Normal View History

2014-03-26 20:38:46 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}