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

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

post_install() {
    _gtk_icon_cache
}

post_upgrade() {
    _gtk_icon_cache
}