1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix uninstallation problem.

Submitted by:	bento errorlog
This commit is contained in:
CHOI Junho 2000-10-29 12:01:49 +00:00
parent b2d61c5682
commit 11a43eaf18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34394

View File

@ -25,3 +25,5 @@ share/ghostscript/fonts/MunhwaGothic-Bold-KSC-EUC-H.gsf
share/ghostscript/fonts/MunhwaGothic-Regular share/ghostscript/fonts/MunhwaGothic-Regular
share/ghostscript/fonts/MunhwaGothic-Regular-KSC-EUC-H.gsf share/ghostscript/fonts/MunhwaGothic-Regular-KSC-EUC-H.gsf
@dirrm share/ghostscript/fonts/CMap @dirrm share/ghostscript/fonts/CMap
@unexec rmdir %D/share/ghostscript/fonts 2> /dev/null || true
@unexec rmdir %D/share/ghostscript 2> /dev/null || true