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