updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / tamsynmod / tamsynmod.install
blobdeadf927633af7b78daaee78c4ba66de183f80ac
1 # arg 1: the new package version
2 post_install() {
3   echo "Updating font cache... " 
4   fc-cache -fs >/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 -fs >/dev/null 2>&1
18   mkfontscale /usr/share/fonts/local
19   mkfontdir /usr/share/fonts/local