summarylogtreecommitdiffstats
path: root/astah-professional.install
blob: 935856ede53f0edccb4a73e54206f2c1d7e82e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}

post_remove() {
    post_install
}