diff options
author | arved <arved@FreeBSD.org> | 2003-03-24 02:07:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-24 02:07:49 +0800 |
commit | 3b9b0596b4fe2e6ffc5a5536b18341c57abf87d9 (patch) | |
tree | 54457aea29f00d280cc3a9580f3cd1ecc668bd61 /x11/oooqs2 | |
parent | 21a135079ef582c4390dce053a4e06f8488a3986 (diff) | |
download | freebsd-ports-graphics-3b9b0596b4fe2e6ffc5a5536b18341c57abf87d9.tar.gz freebsd-ports-graphics-3b9b0596b4fe2e6ffc5a5536b18341c57abf87d9.tar.zst freebsd-ports-graphics-3b9b0596b4fe2e6ffc5a5536b18341c57abf87d9.zip |
Add some @unexec rmdirs to make bento happier
Diffstat (limited to 'x11/oooqs2')
-rw-r--r-- | x11/oooqs2/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/oooqs2/pkg-plist b/x11/oooqs2/pkg-plist index a7c18e2c815..eb530177812 100644 --- a/x11/oooqs2/pkg-plist +++ b/x11/oooqs2/pkg-plist @@ -37,3 +37,10 @@ share/doc/HTML/en/oooqs/index.docbook share/doc/HTML/en/oooqs/index.cache.bz2 share/doc/HTML/en/oooqs/common @dirrm share/doc/HTML/en/oooqs +@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true +@unexec rmdir %D/share/applnk/Office 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true |