mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6f6ac99c4b
Thanks-to: Satoshi
9 lines
127 B
Bash
9 lines
127 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
cd ${PKG_PREFIX}/lib/X11/fonts/vietnamese
|
|
mkfontdir >/dev/null 2>&1
|