diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
commit | e33233f948fa75569942bda3f34c065ad24f1576 (patch) | |
tree | 7b858f4e784b4f518405b5a934eaa29ec91c8256 /ftp/kwebget | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (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=154110
Diffstat (limited to 'ftp/kwebget')
-rw-r--r-- | ftp/kwebget/pkg-plist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ftp/kwebget/pkg-plist b/ftp/kwebget/pkg-plist index cf024c23f466..fd6e34c539e4 100644 --- a/ftp/kwebget/pkg-plist +++ b/ftp/kwebget/pkg-plist @@ -5,13 +5,13 @@ share/doc/HTML/en/kwebget/index.cache.bz2 share/doc/HTML/en/kwebget/index.docbook share/icons/locolor/16x16/apps/kwebget.png share/icons/locolor/32x32/apps/kwebget.png -@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@dirrmtry share/icons/locolor/32x32/apps +@dirrmtry share/icons/locolor/32x32 +@dirrmtry share/icons/locolor/16x16/apps +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor +@dirrmtry share/icons/hicolor/32x32 @dirrm share/doc/HTML/en/kwebget -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true +@dirrmtry share/doc/HTML/en +@dirrmtry share/applnk/Applications +@dirrmtry share/applnk |