blob: f5c77cdd40ea938f502b147e4305d81a6e6f0b40 (
plain) (
blame)
1
2
3
4
5
6
7
|
#! /bin/sh
if [ "$2" = "DEINSTALL" ]; then
exit 0
fi
echo "Remember to add a FontPath entry to /etc/XF86Config to use non-cjk font:"
echo " FontPath \"/usr/X11R6/lib/X11/fonts/non-cjk/\""
|