PKGBUILDs/extra/libreoffice-still/libreoffice-still-calc.install

12 lines
145 B
Plaintext
Raw Normal View History

2014-04-19 20:17:29 +00:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}