summarylogtreecommitdiffstats
path: root/astah-uml.install
blob: b3487a34e622ff05f9e2ccf56fd4ba1470c74e52 (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-uml/
      ( you can get one at http://astah.net/pricing )

EndOfMessage
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}