summarylogtreecommitdiffstats
path: root/fluid-designer.install
diff options
context:
space:
mode:
authorSven-Hendrik Haase2016-07-12 18:28:42 +0200
committerSven-Hendrik Haase2016-07-12 18:32:27 +0200
commita5a45ffd590c9f9c35e03b3e85c9fa705e0b6433 (patch)
tree4d48dadc08fcff49b852a3f3dc027d4c64a5e93b /fluid-designer.install
downloadaur-a5a45ffd590c9f9c35e03b3e85c9fa705e0b6433.tar.gz
First attempt
Diffstat (limited to 'fluid-designer.install')
-rw-r--r--fluid-designer.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/fluid-designer.install b/fluid-designer.install
new file mode 100644
index 000000000000..724bfce00329
--- /dev/null
+++ b/fluid-designer.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}