diff options
Diffstat (limited to 'testing/libreoffice/libreoffice-base.install')
-rw-r--r-- | testing/libreoffice/libreoffice-base.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libreoffice/libreoffice-base.install b/testing/libreoffice/libreoffice-base.install new file mode 100644 index 000000000..80312d4a6 --- /dev/null +++ b/testing/libreoffice/libreoffice-base.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +} |