diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /deskutils | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154105
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/pkg-plist | 12 | ||||
-rw-r--r-- | deskutils/knowit/pkg-plist | 24 | ||||
-rw-r--r-- | deskutils/xfce4-taskbar-plugin/pkg-plist | 2 | ||||
-rw-r--r-- | deskutils/xfce4-windowlist-plugin/pkg-plist | 2 |
4 files changed, 20 insertions, 20 deletions
diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index b53bb455a05c..a39a17d7b1fd 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -149,9 +149,9 @@ share/locale/zh_CN/LC_MESSAGES/genius.mo @dirrm share/gnome/genius @dirrm lib/genius @dirrm include/genius -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons diff --git a/deskutils/knowit/pkg-plist b/deskutils/knowit/pkg-plist index abe49b03af34..7555c180fe1f 100644 --- a/deskutils/knowit/pkg-plist +++ b/deskutils/knowit/pkg-plist @@ -16,17 +16,17 @@ share/locale/pl/LC_MESSAGES/knowit.mo share/locale/ru/LC_MESSAGES/knowit.mo share/locale/sk/LC_MESSAGES/knowit.mo share/locale/zh_CN.GB2312/LC_MESSAGES/knowit.mo -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/mimelnk 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrmtry share/mimelnk/application +@dirrmtry share/mimelnk +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm share/doc/HTML/en/knowit -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true +@dirrmtry share/doc/HTML/en +@dirrmtry share/doc/HTML @dirrm share/apps/knowit -@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true +@dirrmtry share/applnk/Applications +@dirrmtry share/applnk diff --git a/deskutils/xfce4-taskbar-plugin/pkg-plist b/deskutils/xfce4-taskbar-plugin/pkg-plist index c704068fe82b..2fadb7dff42a 100644 --- a/deskutils/xfce4-taskbar-plugin/pkg-plist +++ b/deskutils/xfce4-taskbar-plugin/pkg-plist @@ -1,2 +1,2 @@ lib/xfce4/panel-plugins/libtaskbar.so -@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true +@dirrmtry lib/xfce4/panel-plugins diff --git a/deskutils/xfce4-windowlist-plugin/pkg-plist b/deskutils/xfce4-windowlist-plugin/pkg-plist index cd2f2e445b4d..a690b4f8129a 100644 --- a/deskutils/xfce4-windowlist-plugin/pkg-plist +++ b/deskutils/xfce4-windowlist-plugin/pkg-plist @@ -1,4 +1,4 @@ lib/xfce4/panel-plugins/libwindowlist.so lib/xfce4/panel-plugins/libwindowlist.la lib/xfce4/panel-plugins/libwindowlist.a -@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true +@dirrmtry lib/xfce4/panel-plugins |