#!/bin/sh if [ "$2" != "DEINSTALL" ]; then exit 0 fi PKGNAME=$1 PREFIX=${PKG_PREFIX} TTFM=${PKG_PREFIX}/bin/ttfm.sh FONTDIR=${PREFIX}/share/fonts/TrueType FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf moe_kai_pc.ttf" if [ -r $FONTDIR/$PKGNAME ]; then for i in `cat $FONTDIR/$PKGNAME`; do for f in $FONTS $DEFAULTMING $DEFAULTKAI; do $TTFM --remove $i $f done done fi rm -f $FONTDIR/$PKGNAME exit 0 nk rel='vcs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/elk
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
* Fix packaging as a userbapt2014-12-171-1/+1
* Cleanup plistbapt2014-10-27