diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 11:01:03 +0800 |
commit | e31bed690b2fba4714686b691a351a51b98d80e8 (patch) | |
tree | fb869b3f76a5b4c5a0d4932490adea12d65abd80 /net-p2p/apollon | |
parent | 176655f0a1e9745862db36b0cbfab399d74d1339 (diff) | |
download | freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.tar.gz freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.tar.zst freebsd-ports-gnome-e31bed690b2fba4714686b691a351a51b98d80e8.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'net-p2p/apollon')
-rw-r--r-- | net-p2p/apollon/pkg-plist | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/net-p2p/apollon/pkg-plist b/net-p2p/apollon/pkg-plist index cc482ed5dbe9..f096221ec703 100644 --- a/net-p2p/apollon/pkg-plist +++ b/net-p2p/apollon/pkg-plist @@ -53,28 +53,28 @@ share/applnk/Applications/Apollon.desktop %%PORTDOCS%%share/doc/HTML/en/apollon/credits.docbook %%PORTDOCS%%share/doc/HTML/en/apollon/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/apollon/common -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt_br/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt_br 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/nb_NO/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/nb_NO 2>/dev/null || true -@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64/filesystems 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48/filesystems 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/filesystems 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/filesystems 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/128x128/filesystems 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/pt_br/LC_MESSAGES +@dirrmtry share/locale/pt_br +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/nb_NO/LC_MESSAGES +@dirrmtry share/locale/nb_NO +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16/actions +@dirrmtry share/icons/crystalsvg/64x64/filesystems +@dirrmtry share/icons/crystalsvg/64x64/apps +@dirrmtry share/icons/crystalsvg/48x48/filesystems +@dirrmtry share/icons/crystalsvg/48x48/apps +@dirrmtry share/icons/crystalsvg/32x32/filesystems +@dirrmtry share/icons/crystalsvg/32x32/apps +@dirrmtry share/icons/crystalsvg/22x22/apps +@dirrmtry share/icons/crystalsvg/16x16/filesystems +@dirrmtry share/icons/crystalsvg/16x16/apps +@dirrmtry share/icons/crystalsvg/128x128/filesystems +@dirrmtry share/icons/crystalsvg/128x128/apps +@dirrmtry share/applnk/Applications %%PORTDOCS%%@unexec rmdir %D/share/doc/HTML/en/apollon %%PORTDOCS%%@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true |