summarylogtreecommitdiffstats
path: root/astah-community.install
blob: 4de4c2fd41af6e0bdc2fb36aea45ac1840d303a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    update-desktop-database /usr/share/applications
    update-mime-database /usr/share/mime
    gtk-update-icon-cache -t /usr/share/icons/
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}