diff options
author | pav <pav@FreeBSD.org> | 2005-05-28 02:11:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-28 02:11:14 +0800 |
commit | c5ca82dc56e42e017cf1c8ce0cb566c700b62cf7 (patch) | |
tree | 17a1b259830ad8ceaf7d19511474ab8bb1c40ec0 /print | |
parent | e25074c48fbce29ad36fc3c53d20c5f0e843dfc7 (diff) | |
download | freebsd-ports-gnome-c5ca82dc56e42e017cf1c8ce0cb566c700b62cf7.tar.gz freebsd-ports-gnome-c5ca82dc56e42e017cf1c8ce0cb566c700b62cf7.tar.zst freebsd-ports-gnome-c5ca82dc56e42e017cf1c8ce0cb566c700b62cf7.zip |
- Deal with locale directory
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index 5951b019c27b..bc5a6fc5e733 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/pkg-plist @@ -137,6 +137,8 @@ share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo +@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/mr 2>/dev/null || true @dirrm share/gnome/libgnomeprint/%%VERSION%%/printers/uninstalled @dirrm share/gnome/libgnomeprint/%%VERSION%%/printers @dirrm share/gnome/libgnomeprint/%%VERSION%%/models/uninstalled |