updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / terminus-font-ttf / terminus-font-ttf.install
blobbdcf68ce7e55c067b927b1a6a9f539edf01c14da
1 post_upgrade()
3         printf 'Updating font cache... '
5         fc-cache -fs
6     mkfontscale /usr/share/fonts/TTF
7     mkfontdir /usr/share/fonts/TTF
9         echo 'done.'
12 post_remove()
14         post_upgrade
17 post_install()
19         post_upgrade
21         echo
22         echo '> The font files have been installed into /usr/share/fonts/TTF.'
23         echo '> To make them available to Java applications, create symlinks'
24         echo '> in /opt/java/jre/lib/fonts.'