summaryrefslogtreecommitdiffstats
path: root/hooks/consolefont
blob: 818384452cac3ba75e05863852f9a0488f67fd9b (plain)
1
2
3
4
5
6
7
8
9
10
# vim: set ft=sh:

run_hook ()
{
    if [ -e /consolefont.psfu ]; then
	msg -n ":: Loading console font..."
	/usr/sbin/setfont -C /dev/console /consolefont.psfu
	msg "done."
    fi
}