1 2 3 4 5 6 7 8
#!/bin/sh if [ "$2" != "POST-INSTALL" ]; then exit 0 fi cd ${PKG_PREFIX}/lib/X11/fonts/vietnamese mkfontdir >/dev/null 2>&1