updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / termsyn / termsyn.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