diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
commit | feafe637a586a81fbc65a23660b6e82c87d90f07 (patch) | |
tree | 236a81a898bb37fc1877a514deec3f6192b95260 /math/fung-calc | |
parent | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff) | |
download | freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.zst freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'math/fung-calc')
-rw-r--r-- | math/fung-calc/pkg-plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/math/fung-calc/pkg-plist b/math/fung-calc/pkg-plist index 06014546871e..48cfc1972ea1 100644 --- a/math/fung-calc/pkg-plist +++ b/math/fung-calc/pkg-plist @@ -70,20 +70,20 @@ share/icons/hicolor/32x32/apps/fung_calc.png share/icons/hicolor/48x48/apps/fung_calc.png share/icons/hicolor/64x64/apps/fung_calc.png share/mimelnk/application/x-fgc.desktop -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/mimelnk 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/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/mimelnk/application +@dirrmtry share/mimelnk +@dirrmtry share/applnk/Applications +@dirrmtry share/applnk @dirrm include/fung-calc @dirrm share/doc/HTML/en/fung-calc @dirrm share/fung-calc/translations |