summarylogtreecommitdiffstats
path: root/sqlitestudio.install
blob: 29fb77287f43a8b5c0a261df0796e80b228e24c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    if which update-desktop-database &>/dev/null; then
    	update-desktop-database -q usr/share/applications
    fi
    if which gtk-update-icon-cache &>/dev/null; then
    	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    fi
}

post_upgrade() {
  post_install $
}

post_remove() {
  post_install $
}