summarylogtreecommitdiffstats
path: root/mato-icons-git.install
blob: 241045e50390fd2b481334a7abe2fedcd7c0040b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post-install() {
    # icon cache
    gtk-update-icon-cache Mato
}

post-upgrade() {
    post-install
}

post-remove() {
    post-install
}