summarylogtreecommitdiffstats
path: root/bonita-bpm-community.install
diff options
context:
space:
mode:
authorJan Pacner2015-06-13 22:25:29 +0200
committerJan Pacner2015-06-13 22:25:29 +0200
commitefd8fce41151e50eb0f376952ceeb5ab89e27d38 (patch)
tree7d04ea33ae032498e1d6e669703a26feef7f6010 /bonita-bpm-community.install
downloadaur-efd8fce41151e50eb0f376952ceeb5ab89e27d38.tar.gz
add: PKGBUILD + *.installl
Diffstat (limited to 'bonita-bpm-community.install')
-rw-r--r--bonita-bpm-community.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bonita-bpm-community.install b/bonita-bpm-community.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/bonita-bpm-community.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}