diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /ftp/kwebget | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
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 |