summaryrefslogtreecommitdiffstats
path: root/fonts/ttf-bitstream-vera/INSTALL
blob: 3f2385b00a13cd99bec531ccbe025e40f7cdb2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
local FONT_DIR=${INSTALL_ROOT}/usr/share/fonts/TTF
local INSTALL="install -m 644 -o root -g root"
mkdir  -p  $FONT_DIR       &&
$INSTALL *.ttf  $FONT_DIR  &&
if  [  -d  ${INSTALL_ROOT}/etc/fonts/  ];  then
  if  !  [  -e  ${INSTALL_ROOT}/etc/fonts/local.conf  ];  then
    $INSTALL local.conf ${INSTALL_ROOT}/etc/fonts
  fi
fi