aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-16 13:49:27 +0800
committerkris <kris@FreeBSD.org>2004-12-16 13:49:27 +0800
commit7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135 (patch)
tree190106e9bf54a571703d713bb45b9e73a9c9d8c7 /archivers/rpm4
parentbefba174ca2c351e960ed7779aef28e6453785ff (diff)
downloadfreebsd-ports-gnome-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.gz
freebsd-ports-gnome-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.zst
freebsd-ports-gnome-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.zip
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
Diffstat (limited to 'archivers/rpm4')
-rw-r--r--archivers/rpm4/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/rpm4/pkg-plist b/archivers/rpm4/pkg-plist
index 8568027115ff..f6b8a24e3218 100644
--- a/archivers/rpm4/pkg-plist
+++ b/archivers/rpm4/pkg-plist
@@ -159,3 +159,5 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/rpm.mo
@unexec rmdir %D/src/portbld/RPMS 2>/dev/null || true
@unexec rmdir %D/src/portbld/BUILD 2>/dev/null || true
@unexec rmdir %D/src/portbld 2>/dev/null || true
+@unexec rmdir %D/share/locale/en_RN/LC_MESSAGES 2> /dev/null || true
+@unexec rmdir %D/share/locale/en_RN 2> /dev/null || true