kio: added missing kio.install

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2014-02-19 20:27:21 +01:00
parent 49e9cdb5ef
commit 51ea3371d4

11
kio/kio.install Normal file
View File

@ -0,0 +1,11 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}