updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / ohsnap / ohsnap.install
blob40a1bfa07539f708d2673aef3227b138e8730779
1 # arg 1: the new package version
2 post_install() {
3   echo "Updating font cache... " 
4   fc-cache -f >/dev/null 2>&1
5   mkfontscale /usr/share/fonts/local
6   mkfontdir /usr/share/fonts/local
9 # arg 1: the new package version
10 # arg 2: the old package version
11 post_upgrade() {
12   post_install $1
15 # arg 1: the old package version
16 post_remove() {
17   fc-cache -f >/dev/null 2>&1
18   mkfontscale /usr/share/fonts/local
19   mkfontdir /usr/share/fonts/local