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 /devel/kprof/pkg-plist | |
parent | 913a5a5cbae4d0f429ae82617b4e1fca51867d49 (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 'devel/kprof/pkg-plist')
-rw-r--r-- | devel/kprof/pkg-plist | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/kprof/pkg-plist b/devel/kprof/pkg-plist index d4b93ad493d7..6bbb503f5d22 100644 --- a/devel/kprof/pkg-plist +++ b/devel/kprof/pkg-plist @@ -7,17 +7,17 @@ share/doc/HTML/en/kprof/index.docbook share/doc/HTML/en/kprof/redo.png share/icons/locolor/16x16/apps/kprof.png share/icons/locolor/32x32/apps/kprof.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 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 @dirrm share/doc/HTML/en/kprof -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true +@dirrmtry share/doc/HTML/en +@dirrmtry share/doc/HTML @dirrm share/apps/kprof -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Development 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/apps +@dirrmtry share/applnk/Development +@dirrmtry share/applnk/Applications +@dirrmtry share/applnk |