diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-03 07:27:24 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-03 07:27:24 +0000 |
commit | 83c00d4de89701ccd4987749138110f9a14f2725 (patch) | |
tree | f217491b19d82b3f9c1d2b31ecf4447f3f72d204 /japanese/font-mplus-ipa | |
parent | 939a1dbfdade801ef512d716ce84c8ba12d56a0d (diff) | |
download | ports-83c00d4de89701ccd4987749138110f9a14f2725.tar.gz ports-83c00d4de89701ccd4987749138110f9a14f2725.zip |
Notes
Diffstat (limited to 'japanese/font-mplus-ipa')
-rw-r--r-- | japanese/font-mplus-ipa/files/pkg-install.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/font-mplus-ipa/files/pkg-install.in b/japanese/font-mplus-ipa/files/pkg-install.in index 0675dc5dbca4..c87696f080ad 100644 --- a/japanese/font-mplus-ipa/files/pkg-install.in +++ b/japanese/font-mplus-ipa/files/pkg-install.in @@ -90,5 +90,6 @@ POST-DEINSTALL) if [ -r fonts.dir -a `wc -l < fonts.dir` = 1 ]; then rm -f fonts.dir fi + rmdir ${X_FONTSDIR} > /dev/null 2>&1 || true ;; esac |