PKGBUILDs/extra/libreoffice-still/libreoffice-still-impress.install
2014-08-21 13:01:40 +00:00

12 lines
145 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}