diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-03 15:27:24 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-03 15:27:24 +0800 |
commit | 7cb50332a83228d33ee228a929084e16fb693e0b (patch) | |
tree | 20ef00d9b47115fc6d4be053425c278da30e24d0 /japanese/font-mplus-ipa | |
parent | 5a114e9e50d696baa20b354d3102f9bd4993e3d7 (diff) | |
download | freebsd-ports-gnome-7cb50332a83228d33ee228a929084e16fb693e0b.tar.gz freebsd-ports-gnome-7cb50332a83228d33ee228a929084e16fb693e0b.tar.zst freebsd-ports-gnome-7cb50332a83228d33ee228a929084e16fb693e0b.zip |
Remove empty directory after deinstallation.
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 |