prepare_install &&

if [ ! -d /usr/share/fonts/truetype ] ; then
  mkdir -p /usr/share/fonts/truetype
fi &&

cp -R *ttf /usr/share/fonts/truetype &&
cp -R local.conf /etc/fonts
