freebsd-ports/japanese/mikachan-ttfonts/pkg-deinstall
SADA Kenji 92008b7d05 Add new port: ja-mikachan-ttfonts.
This is handwritten TrueType font-set.

See: http://mikachan-font.com

Lha use was adviced by sf, thanks.
2002-10-14 07:07:12 +00:00

11 lines
304 B
Bash

#!/bin/sh
if [ "$2" != "DEINSTALL" ]; then
exit 0
fi
FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
cd ${FONTDIR}
sed -e '/-mikachan-/d' fonts.dir > fonts.dir.tmp
numfonts=$(echo $(cat fonts.dir.tmp | wc -l) - 1 | bc)
echo ${numfonts} > fonts.dir
sed -e 1d fonts.dir.tmp >> fonts.dir
rm -f fonts.dir.tmp