summaryrefslogtreecommitdiffstats
path: root/hooks/consolefont
blob: f35869eb0d3651feb37bd2d8a491f402ab9108ee (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
}