mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- pkg-deinstall was moved to files/
This commit is contained in:
parent
65a31a1b33
commit
27ca7fa08e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214441
@ -1,28 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
LOCALBASE=/usr/local
|
||||
|
||||
PATH=/bin:/usr/bin:${LOCALBASE}/bin; export PATH
|
||||
|
||||
if [ "x$2" = "xDEINSTALL" ]; then
|
||||
TEXMFMAIN=`kpsexpand '$TEXMFMAIN'`
|
||||
TEXMFCNF=${TEXMFMAIN}/web2c/texmf.cnf
|
||||
|
||||
CJKTTFDIR=${TEXMFMAIN}/fonts/truetype/CJK
|
||||
CJKTFMDIR=${TEXMFMAIN}/fonts/tfm/CJK
|
||||
|
||||
# Delete symbolic links of TrueType font files
|
||||
cd ${CJKTTFDIR} && rm -f arb5kai.ttf arb5sung.ttf argbkai.ttf argbsung.ttf
|
||||
|
||||
find ${CJKTFMDIR} -type l -and -name \*.tfm| xargs -n 10 rm -f
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "x$2" = "xPOST-DEINSTALL" ]; then
|
||||
mktexlsr
|
||||
updmap-sys --disable CJK-type1.map
|
||||
# Contents in pdftex.map from CJK-pdftex.map are eliminated by updmap
|
||||
|
||||
exit 0
|
||||
fi
|
Loading…
Reference in New Issue
Block a user