updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / otf-gfs / otf-gfs.install
blob4b77955a6a4feb545c03c77420a69f4abbdf84ea
1 post_install()
3     echo -n "Updating font cache..."
4     fc-cache -fs >/dev/null
5     mkfontscale /usr/share/fonts/OTF
6     mkfontdir /usr/share/fonts/OTF
7     echo "done"
10 post_upgrade()
12     post_install