blob: a719fbcb203d2e53ca2b35fb5c042b9b52b0dc68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
gtk-update-icon-cache -q -f /usr/share/icons/Flat-Remix-*
}
post_update() {
post_install
}
post_remove() {
gkt-update-icon-cache -q -t -f /usr/share/icons
}
|