PKGBUILDs/community/kompozer/kompozer.install

12 lines
117 B
Plaintext
Raw Normal View History

2015-12-11 03:52:54 +00:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}