diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
commit | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (patch) | |
tree | bbb6bde5614379bfe98675053e4e845e1233cf74 /audio/zinf | |
parent | 531467445388315226df8f921577044fb814ed7f (diff) | |
download | freebsd-ports-gnome-e8d3c8300fde17c34b15fc2d889e55641e0a8f00.tar.gz freebsd-ports-gnome-e8d3c8300fde17c34b15fc2d889e55641e0a8f00.tar.zst freebsd-ports-gnome-e8d3c8300fde17c34b15fc2d889e55641e0a8f00.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/zinf/pkg-plist b/audio/zinf/pkg-plist index f33d89094ad9..c7243913ba75 100644 --- a/audio/zinf/pkg-plist +++ b/audio/zinf/pkg-plist @@ -38,7 +38,7 @@ share/zinf/themes/ZinfClassic.fat @dirrm share/zinf @dirrm lib/zinf/plugins @dirrm lib/zinf -@unexec rmdir %D/etc/sdr/plugins 2>/dev/null || true -@unexec rmdir %D/etc/sdr 2>/dev/null || true -@unexec rmdir %D/share/locale/ca_ES/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ca_ES 2> /dev/null || true +@dirrmtry etc/sdr/plugins +@dirrmtry etc/sdr +@dirrmtry share/locale/ca_ES/LC_MESSAGES +@dirrmtry share/locale/ca_ES |