updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gohufont / gohufont.install
blobdffbae1127949b37f403f19b5cbe15851254941e
1 post_install() {
2   echo "Updating font cache... " 
3   fc-cache -fs >/dev/null 2>&1
4   mkfontscale /usr/share/fonts/local
5   mkfontdir /usr/share/fonts/local
6   xset fp rehash >/dev/null 2>&1
7   echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf under the"
8   echo "\"Files\" section"
11 post_upgrade() {
12   post_install
15 post_remove() {
16   fc-cache -fs >/dev/null 2>&1
17   mkfontscale /usr/share/fonts/local
18   mkfontdir /usr/share/fonts/local
19   xset fp rehash >/dev/null 2>&1