summaryrefslogtreecommitdiff
path: root/community/scratch/scratch.install
blob: f9a769d4e7e7ff53c0d4477a40c37a09e37d931c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    update-desktop-database 2>/dev/null
    update-mime-database /usr/share/mime 2>/dev/null
    gtk-update-icon-cache -qf /usr/share/icons/hicolor 2>/dev/null
}

post_remove() {
    post_install()
}