summarylogtreecommitdiffstats
path: root/gitbutler-appimage.install
blob: a38932c87a3cc42e916aab41a7b37e08dbc23ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor 2>/dev/null || true
    update-desktop-database -q 2>/dev/null || true
}

post_upgrade() {
    post_install
}

post_remove() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor 2>/dev/null || true
    update-desktop-database -q 2>/dev/null || true
}