summaryrefslogtreecommitdiff
path: root/japanese/font-sazanami/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/font-sazanami/pkg-install')
-rw-r--r--japanese/font-sazanami/pkg-install20
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/font-sazanami/pkg-install b/japanese/font-sazanami/pkg-install
deleted file mode 100644
index 2bb25fbce6a4..000000000000
--- a/japanese/font-sazanami/pkg-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
-if [ "$2" = "PRE-INSTALL" ]; then
- echo "Please add ${FONTDIR} to your /etc/XF86Config file"
- exit 0
-fi
-cd ${FONTDIR}
-touch fonts.dir
-sed -e '/-sazanami-/d' fonts.dir > fonts.dir.tmp
-numfonts=$(echo $(cat fonts.dir.tmp fonts.dir.sazanami | wc -l) - 2 | bc)
-echo ${numfonts} > fonts.dir
-sed -e 1d fonts.dir.tmp >> fonts.dir
-sed -e 1d fonts.dir.sazanami >> fonts.dir
-touch fonts.alias
-sed -e '/^-sazanami-/d' fonts.alias > fonts.alias.tmp
-mv -f fonts.alias.tmp fonts.alias
-cat fonts.alias.sazanami >> fonts.alias
-rm -f fonts.dir.tmp fonts.alias.tmp