freebsd-ports/korean/baekmukfonts-ttf/pkg-deinstall
Steve Price c662e2fa18 Adding ko-baekmukfonts-ttf version 2.0.
Baekmuk family Korean TrueType Fonts.

PR:		16367
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
2000-01-29 22:28:29 +00:00

14 lines
390 B
Bash

#!/bin/sh
if [ "$2" != "DEINSTALL" ]; then
exit 0
fi
FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
cd ${FONTDIR}
sed -e '/-Baekmuk-/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
sed -e '/^-Baekmuk-/d' fonts.alias > fonts.alias.tmp
mv -f fonts.alias.tmp fonts.alias
rm -f fonts.dir.tmp