summarylogtreecommitdiffstats
path: root/kora-icon-theme.install
blob: 63bad7420c00d5c68d2f5f8d3a0f587f2ca90667 (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/kora/"
    gtk-update-icon-cache -f -t "/$_iconpath/kora-light/"
    gtk-update-icon-cache -f -t "/$_iconpath/kora-light-panel/"
    gtk-update-icon-cache -f -t "/$_iconpath/kora-pgrey/"
}

post_install() {
    _gtk_icon_cache
}

post_upgrade() {
    _gtk_icon_cache
}