diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-23 04:52:18 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-23 04:52:18 +0800 |
commit | 106b5242cbea2f3e7d47b4f46af3dcd63a0de6be (patch) | |
tree | 23deb66a5bb33be530f18a9b499393242d6dade7 /games | |
parent | f1fb28f8a333dd8ef82fdbf7c9cfe3a50e466310 (diff) | |
download | marcuscom-ports-106b5242cbea2f3e7d47b4f46af3dcd63a0de6be.tar.gz marcuscom-ports-106b5242cbea2f3e7d47b4f46af3dcd63a0de6be.tar.zst marcuscom-ports-106b5242cbea2f3e7d47b4f46af3dcd63a0de6be.zip |
- Replace @unexec rmdir with modern @dirrmtry
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5513 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/pkg-plist | 8 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 7a5990ba4..2c0dd4606 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -703,10 +703,10 @@ share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/xh/LC_MESSAGES/gnome-games.mo share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -@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/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw @dirrm share/gnome/sounds/iagno @dirrm share/gnome/sounds/gnometris @dirrm share/gnome/sounds/gnobots2 diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 7a5990ba4..2c0dd4606 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -703,10 +703,10 @@ share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/xh/LC_MESSAGES/gnome-games.mo share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -@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/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw @dirrm share/gnome/sounds/iagno @dirrm share/gnome/sounds/gnometris @dirrm share/gnome/sounds/gnobots2 |