summaryrefslogtreecommitdiff
path: root/vietnamese/unicode-uhoai/pkg-deinstall
blob: a4eff462118485db5d3af9eb831d26357c19875c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# $FreeBSD$

if [ "$2" != "POST-DEINSTALL" ]; then
	exit 0
fi

cd ${PKG_PREFIX}/lib/X11/fonts/TrueType
${PKG_PREFIX}/bin/ttmkfdir -o fonts.scale
if [ `cat fonts.scale` = "0" ]; then
	rm -f fonts.scale
	rm -f fonts.dir
fi