PKGBUILDs/extra/calligra/calligra-kexi.install

12 lines
114 B
Text
Raw Normal View History

2012-06-26 15:15:56 +00:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}