summarylogtreecommitdiffstats
path: root/astah-community.install
diff options
context:
space:
mode:
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
+}
+