mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
|
#! /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/\""
|