summarylogtreecommitdiffstats
path: root/astah-community.install
diff options
context:
space:
mode:
authorPhillipe Smith2015-07-31 00:03:26 -0300
committerPhillipe Smith2015-07-31 00:27:47 -0300
commit6c59337ac1fecf2e07b6a491babe71d6f25ab2a3 (patch)
tree02325f2f4cb7f5de71a26b1a30b3070f2f9d20c6 /astah-community.install
parentc992256d7291e7915df7c8c7c4fdf1e4a81abc63 (diff)
downloadaur-6c59337ac1fecf2e07b6a491babe71d6f25ab2a3.tar.gz
Add astah-community.install
Diffstat (limited to 'astah-community.install')
-rw-r--r--astah-community.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/astah-community.install b/astah-community.install
new file mode 100644
index 000000000000..4de4c2fd41af
--- /dev/null
+++ b/astah-community.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database /usr/share/applications
+ update-mime-database /usr/share/mime
+ gtk-update-icon-cache -t /usr/share/icons/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+