diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /graphics/fraqtive | |
parent | (forced commit) (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'graphics/fraqtive')
-rw-r--r-- | graphics/fraqtive/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/fraqtive/pkg-plist b/graphics/fraqtive/pkg-plist index eaeb1dc91dc6..63d2de292761 100644 --- a/graphics/fraqtive/pkg-plist +++ b/graphics/fraqtive/pkg-plist @@ -30,15 +30,15 @@ share/locale/ru/LC_MESSAGES/fraqtive.mo share/locale/sr/LC_MESSAGES/fraqtive.mo share/locale/sv/LC_MESSAGES/fraqtive.mo share/locale/vi/LC_MESSAGES/fraqtive.mo -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl @dirrm share/doc/HTML/en/fraqtive @dirrm share/doc/HTML/de/fraqtive -@unexec rmdir %D/share/config 2>/dev/null || true +@dirrmtry share/config @dirrm share/apps/fraqtive/icons/hicolor/22x22/actions @dirrm share/apps/fraqtive/icons/hicolor/22x22 @dirrm share/apps/fraqtive/icons/hicolor/16x16/actions |