summarylogtreecommitdiffstats
path: root/astah-professional.install
diff options
context:
space:
mode:
Diffstat (limited to 'astah-professional.install')
-rw-r--r--astah-professional.install17
1 files changed, 1 insertions, 16 deletions
diff --git a/astah-professional.install b/astah-professional.install
index 935856ede53f..21f7625809cd 100644
--- a/astah-professional.install
+++ b/astah-professional.install
@@ -1,19 +1,4 @@
-post_install() {
- if !( test -e /usr/lib/astah-professional/astah_professional_license.xml ); then
- cat <<-EndOfMessage
-
==> You have to install your license file to /usr/lib/astah-professional/
( you can get one at http://astah.net/pricing )
-==> You can also use astah-community for free with less functionality
-
-EndOfMessage
- fi
-}
-
-post_upgrade() {
- post_install
-}
+==> You can also use astah-uml for free with less functionality
-post_remove() {
- post_install
-}