summarylogtreecommitdiffstats
path: root/astah-community.install
diff options
context:
space:
mode:
authorPhillipe Smith2015-11-04 21:34:55 -0200
committerPhillipe Smith2015-11-04 21:38:05 -0200
commit076694fec95fb5b70a27a3c358db44e3be22dee1 (patch)
tree35371866ec137fdc5cc0f208c66de40090d4426b /astah-community.install
parent5801f5a37207f71bae180bc257dbb3674aaf13fd (diff)
parentd6fbe65c88e34d2c183bf19ca578be206bef6c1c (diff)
downloadaur-076694fec95fb5b70a27a3c358db44e3be22dee1.tar.gz
Removed magic tags from astah_community.xml
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
+}
+