summarylogtreecommitdiffstats
path: root/astah-uml.install
diff options
context:
space:
mode:
Diffstat (limited to 'astah-uml.install')
-rw-r--r--astah-uml.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/astah-uml.install b/astah-uml.install
new file mode 100644
index 000000000000..3a62f0172f23
--- /dev/null
+++ b/astah-uml.install
@@ -0,0 +1,20 @@
+post_install() {
+ update-desktop-database /usr/share/applications
+ update-mime-database /usr/share/mime
+ gtk-update-icon-cache -t /usr/share/icons/
+ cat <<-EndOfMessage
+
+==> You have to install your license file to /usr/lib/astah-professional/
+ ( you can get one at http://astah.net/pricing )
+
+EndOfMessage
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+