From 106b5242cbea2f3e7d47b4f46af3dcd63a0de6be Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 22 Jan 2006 20:52:18 +0000 Subject: - Replace @unexec rmdir with modern @dirrmtry git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5513 df743ca5-7f9a-e211-a948-0013205c9059 --- archivers/file-roller/pkg-plist | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'archivers/file-roller') diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist index 6bceb685b..6326cd8c3 100644 --- a/archivers/file-roller/pkg-plist +++ b/archivers/file-roller/pkg-plist @@ -175,20 +175,20 @@ share/locale/xh/LC_MESSAGES/file-roller.mo share/locale/zh_CN/LC_MESSAGES/file-roller.mo share/locale/zh_HK/LC_MESSAGES/file-roller.mo share/locale/zh_TW/LC_MESSAGES/file-roller.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/xh/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/xh 2> /dev/null || true -@unexec rmdir %D/share/locale/te/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/te 2> /dev/null || true -@unexec rmdir %D/share/locale/sr@ije/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/sr@ije 2> /dev/null || true -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy 2> /dev/null || true +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy @dirrm share/gnome/omf/file-roller @dirrm share/gnome/help/file-roller/zh_TW/figures @dirrm share/gnome/help/file-roller/zh_TW -- cgit v1.2.3