summaryrefslogtreecommitdiff
path: root/x11-fonts/cyberbit-ttfonts/pkg-deinstall
blob: 35c1d3f0dd772fa8572a6b066a9796a1439b1f8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
XFLDNAME="-Bitstream-Bitstream\ Cyberbit-"
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
rm -f fonts.dir.tmp