core/kio/kio.install
2014-11-14 22:51:53 +00:00

12 lines
117 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}