You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/fonts/updfonts

12 lines
178 B

#!/bin/sh
ARCH=$1
if [ -z "$ARCH" ]; then
echo "usage: $0 <arch>"
exit 1
fi
setfont latarcyrheb-sun16
../utils/snarffont > screenfont-$ARCH
gzip -9 -f screenfont-$ARCH