summaryrefslogblamecommitdiff
path: root/japanese/epson-ttfonts/pkg-deinstall
blob: c5c8f5a8f1041875ba06c12855c4976b4b86844c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













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