updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / ttf-electronica / font-ttf.install
blob8b084ea2bdc4b9ef493ba6d49090820184a45f09
1 post_upgrade()
3         printf 'Updating font cache... '
4         fc-cache -fs
5         echo 'done!'
6         _warning
9 post_remove()
11         post_upgrade
14 post_install() {
15         post_upgrade
18 _warning() {
19         cat <<'MSG'
21 WARNING:
22         The font files have been installed into /usr/share/fonts/TTF.
23         To make them available to Java applications,
24         create symlinks in /opt/java/jre/lib/fonts.
25 MSG