summarylogtreecommitdiffstats
path: root/smoffice2012.install
diff options
context:
space:
mode:
authorjdarch2015-11-21 21:32:34 +0100
committerjdarch2015-11-21 21:32:34 +0100
commite3e266d2cac640807c75d0e1984ddf24bbf922b6 (patch)
treec2cf3184f4874fa700b65cbe347f4fc609956b23 /smoffice2012.install
downloadaur-e3e266d2cac640807c75d0e1984ddf24bbf922b6.tar.gz
Initial import
Diffstat (limited to 'smoffice2012.install')
-rw-r--r--smoffice2012.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/smoffice2012.install b/smoffice2012.install
new file mode 100644
index 000000000000..5a3a5463215c
--- /dev/null
+++ b/smoffice2012.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove () {
+ post_install
+}