diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
commit | be3e1f7794486310bb005c6132d838a4e6421451 (patch) | |
tree | a7dfcc67170c590a833d014ae4ba65ea8537deb0 /misc/mc | |
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
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist index 3e8128a1d7c9..6c2b42649854 100644 --- a/misc/mc/pkg-plist +++ b/misc/mc/pkg-plist @@ -137,8 +137,6 @@ share/mc/term/xterm.ti @dirrm share/mc @unexec rmdir %D/share/locale/wa/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/wa 2>/dev/null || true -@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/hu 2>/dev/null || true @unexec rmdir %D/man/es/man1 2>/dev/null || true @unexec rmdir %D/man/es/cat1 2>/dev/null || true @unexec rmdir %D/man/es 2>/dev/null || true |