desktop/calligra/calligra-kexi.install

12 lines
114 B
Plaintext
Raw Normal View History

2010-05-31 02:58:56 +08:00
post_install() {
2011-11-21 07:52:25 +08:00
update-desktop-database -q
2010-05-31 02:58:56 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}