summarylogtreecommitdiffstats
path: root/sardi-icons.install
blob: 956a1192189d6fa4495cc5c39049ab05b0c8d52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
post-install() {
# icon cache

gtk-update-icon-cache -f Sardi
gtk-update-icon-cache -f Sardi\ Faenza\ Black
gtk-update-icon-cache -f Sardi\ Flat
gtk-update-icon-cache -f Sardi\ Flat\ Black
gtk-update-icon-cache -f Sardi\ Flat\ Majestic
gtk-update-icon-cache -f Sardi\ Flat\ Orange
gtk-update-icon-cache -f Sardi\ Flexible
gtk-update-icon-cache -f Sardi\ Ghost\ Flexible
gtk-update-icon-cache -f Sardi\ Grey
gtk-update-icon-cache -f Sardi\ Mono
gtk-update-icon-cache -f Sardi\ Mono Mint-X-Grey
gtk-update-icon-cache -f Sardi\ Mono Numix
gtk-update-icon-cache -f Sardi\ Mono Numix Grey
gtk-update-icon-cache -f Sardi\ Mono Orange
gtk-update-icon-cache -f Sardi\ Mono Vertexed
gtk-update-icon-cache -f Sardi\ Orange
gtk-update-icon-cache -f Sardi\ Red
gtk-update-icon-cache -f Sardi\ Vertexed

 
}

post-upgrade() {
  post-install
}

post-remove() {
  post-install
}