summarylogtreecommitdiffstats
path: root/korla-icon-theme-git.install
blob: 09e885b90bce58cff807132731cb7b8c0b21e2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_iconpath=usr/share/icons

_gtk_icon_cache() {
    gtk-update-icon-cache -f -t "/$_iconpath/korla/"
    gtk-update-icon-cache -f -t "/$_iconpath/korla-light/"
    gtk-update-icon-cache -f -t "/$_iconpath/korla-light-panel/"
    gtk-update-icon-cache -f -t "/$_iconpath/korla-pgrey/"
}

post_install() {
    _gtk_icon_cache
}

post_upgrade() {
    _gtk_icon_cache
}