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 /mail/gnubiff | |
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 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 4e85afcb6004..3f278b10f410 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -30,4 +30,6 @@ share/locale/sv/LC_MESSAGES/gnubiff.mo %%SHAREDIR%%/pixmaps/gnubiff.png %%WITH_GNOME%%libdata/bonobo/servers/GNOME_gnubiffApplet.server %%WITH_GNOME%%%%SHAREDIR%%/gnome-2.0/ui/GNOME_gnubiffApplet.xml +@unexec rmdir %D/share/locale/fr_CA/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/fr_CA 2> /dev/null || true@ @dirrm %%SHAREDIR%%/gnubiff |