diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
commit | a437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch) | |
tree | 547a63eef9c79ff429d082d13015036a6cfa4c85 /math/gcalctool | |
parent | 0416031c9ba13da33845bc762078065b482dd551 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154114
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index 3deaa2477bf6..cac1d272bc56 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -144,10 +144,10 @@ share/locale/xh/LC_MESSAGES/gcalctool.mo share/locale/zh_CN/LC_MESSAGES/gcalctool.mo share/locale/zh_HK/LC_MESSAGES/gcalctool.mo share/locale/zh_TW/LC_MESSAGES/gcalctool.mo -@unexec rmdir %D/share/locale/zh_HK/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/zh_HK 2> /dev/null || true -@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/en_US 2> /dev/null || true +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/en_US/LC_MESSAGES +@dirrmtry share/locale/en_US @dirrm share/gnome/omf/gcalctool @dirrm share/gnome/help/gcalctool/zh_TW/figures @dirrm share/gnome/help/gcalctool/zh_TW |