summarylogtreecommitdiffstats
path: root/workbench.install
diff options
context:
space:
mode:
authorZeph332015-06-23 13:19:37 +0200
committerZeph332015-06-23 13:19:37 +0200
commitb1c81782d3e078333b39a16d1dea431fd848f2ed (patch)
tree998b0948c6d5dd83dbd3672e496b68fb847093e6 /workbench.install
downloadaur-b1c81782d3e078333b39a16d1dea431fd848f2ed.tar.gz
Initial import
Diffstat (limited to 'workbench.install')
-rw-r--r--workbench.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/workbench.install b/workbench.install
new file mode 100644
index 000000000000..47b20518d56f
--- /dev/null
+++ b/workbench.install
@@ -0,0 +1,15 @@
+#!/bin/sh
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+