summaryrefslogtreecommitdiff
path: root/vietnamese/unicode-uhoai/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/unicode-uhoai/pkg-deinstall')
-rw-r--r--vietnamese/unicode-uhoai/pkg-deinstall13
1 files changed, 0 insertions, 13 deletions
diff --git a/vietnamese/unicode-uhoai/pkg-deinstall b/vietnamese/unicode-uhoai/pkg-deinstall
deleted file mode 100644
index a4eff4621184..000000000000
--- a/vietnamese/unicode-uhoai/pkg-deinstall
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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