local FONT_DIR="${INSTALL_ROOT}/usr/share/fonts/Type1"
mkdir   -p $FONT_DIR  &&
install -o root  -g root  -m 644  *.pf? $FONT_DIR
