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 /audio/zinf/pkg-plist | |
parent | 34b856ebd94b9f35b8bf0f100f68a616f7aaadc6 (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 'audio/zinf/pkg-plist')
-rw-r--r-- | audio/zinf/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/zinf/pkg-plist b/audio/zinf/pkg-plist index ace94b0de606..f33d89094ad9 100644 --- a/audio/zinf/pkg-plist +++ b/audio/zinf/pkg-plist @@ -40,3 +40,5 @@ share/zinf/themes/ZinfClassic.fat @dirrm lib/zinf @unexec rmdir %D/etc/sdr/plugins 2>/dev/null || true @unexec rmdir %D/etc/sdr 2>/dev/null || true +@unexec rmdir %D/share/locale/ca_ES/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ca_ES 2> /dev/null || true |