A_OS/ports/official/x11/dat/dat-ucs-fonts/post-install
2024-05-22 09:29:02 +00:00

9 lines
206 B
Bash

#!/bin/sh -e
if [ $(command -v mkfontdir) ]
then
mkfontdir /usr/share/fonts/X11/fixed/
else
printf "mkfontdir not found.\nRemember to create a fonts.dir before rehashing your X11 font file path.\n"
fi