diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /graphics/kbarcode | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (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=154113
Diffstat (limited to 'graphics/kbarcode')
-rw-r--r-- | graphics/kbarcode/pkg-plist | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/kbarcode/pkg-plist b/graphics/kbarcode/pkg-plist index cab46e778bde..e826f9c58637 100644 --- a/graphics/kbarcode/pkg-plist +++ b/graphics/kbarcode/pkg-plist @@ -31,16 +31,16 @@ share/locale/nl/LC_MESSAGES/kbarcode.mo share/locale/pl/LC_MESSAGES/kbarcode.mo share/locale/sv/LC_MESSAGES/kbarcode.mo share/services/kfile_kbarcode.desktop -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32/actions +@dirrmtry share/icons/hicolor/22x22/actions +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16/actions +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm share/apps/kbarcode -@unexec rmdir %D/share/apps 2>/dev/null || true +@dirrmtry share/apps @dirrm share/applnk/Applications/KBarcode -@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true +@dirrmtry share/applnk/Applications +@dirrmtry share/applnk |