desktop/kio/kio.install
Adrián Chaves Fernández (Gallaecio) c9e1f7cb1e kio: added missing kio.install
2014-02-19 20:27:21 +01:00

12 lines
117 B
Plaintext

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