desktop/kio/kio.install

12 lines
117 B
Plaintext
Raw Normal View History

2014-02-20 03:27:21 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}