summaryrefslogtreecommitdiff
path: root/archivers/rpm5
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-16 05:49:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-16 05:49:27 +0000
commitbe3e1f7794486310bb005c6132d838a4e6421451 (patch)
treea7dfcc67170c590a833d014ae4ba65ea8537deb0 /archivers/rpm5
parent- assume all ldap version work (diff)
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
Notes
Notes: svn path=/head/; revision=124183
Diffstat (limited to 'archivers/rpm5')
-rw-r--r--archivers/rpm5/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/rpm5/pkg-plist b/archivers/rpm5/pkg-plist
index 8568027115ff..f6b8a24e3218 100644
--- a/archivers/rpm5/pkg-plist
+++ b/archivers/rpm5/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