summaryrefslogtreecommitdiff
path: root/extra/libreoffice-fresh/libreoffice-fresh.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libreoffice-fresh/libreoffice-fresh.install')
-rw-r--r--extra/libreoffice-fresh/libreoffice-fresh.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/libreoffice-fresh/libreoffice-fresh.install b/extra/libreoffice-fresh/libreoffice-fresh.install
new file mode 100644
index 000000000..fb59da3b1
--- /dev/null
+++ b/extra/libreoffice-fresh/libreoffice-fresh.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}