From c4ad23d51aff43677e485e5d74cd0ec816dd42eb Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 3 Jun 2000 00:49:25 +0000 Subject: Remove empty directories. Submitted by: bento --- devel/bison/pkg-plist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/bison') diff --git a/devel/bison/pkg-plist b/devel/bison/pkg-plist index f894b91..df2a354 100644 --- a/devel/bison/pkg-plist +++ b/devel/bison/pkg-plist @@ -9,3 +9,6 @@ share/locale/de/LC_MESSAGES/bison.mo share/locale/es/LC_MESSAGES/bison.mo share/locale/fr/LC_MESSAGES/bison.mo share/locale/nl/LC_MESSAGES/bison.mo +@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/* 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true -- cgit v1.1