diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /x11/oooqs2 | |
parent | 4008c7e23fe847e2c8ade0ecb5d86f943d84c917 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154116
Diffstat (limited to 'x11/oooqs2')
-rw-r--r-- | x11/oooqs2/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/oooqs2/pkg-plist b/x11/oooqs2/pkg-plist index 67679d9e18d5..9f3df5b9ae56 100644 --- a/x11/oooqs2/pkg-plist +++ b/x11/oooqs2/pkg-plist @@ -14,8 +14,8 @@ share/locale/it/LC_MESSAGES/oooqs.mo share/locale/nl/LC_MESSAGES/oooqs.mo share/locale/ru/LC_MESSAGES/oooqs.mo share/locale/sk/LC_MESSAGES/oooqs.mo -@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/applnk/Utilities 2>/dev/null || true +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/applnk/Utilities |