#! /bin/sh for i in /usr/share/fonts/X11/util/map-ISO*; do for f in fixed fixedo fixedb; do ucs2any +d $f.bdf $i `echo ${i##*map-} | tr A-Z a-z` done done for i in fixed*.bdf; do pcf=6x13`echo $i | sed 's/fixed//; s/\.bdf//' | tr a-z A-Z`.pcf.gz bdftopcf -m -L -t $i | create $pcf gzip -c echo $pcf done >pcflist dir=/usr/share/fonts/X11/misc aside=/usr/share/disabled-fonts inst=debian/fixed-hack$dir mkdir -p $inst cp *.pcf.gz $inst { cat <debian/fixed-hack.preinst { cat <debian/fixed-hack.postrm chmod +x debian/fixed-hack.preinst debian/fixed-hack.postrm