From e31bed690b2fba4714686b691a351a51b98d80e8 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 03:01:03 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- sysutils/xfce4-utils/pkg-plist | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'sysutils/xfce4-utils') diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist index 3e06d532150e..1fefd82c7642 100644 --- a/sysutils/xfce4-utils/pkg-plist +++ b/sysutils/xfce4-utils/pkg-plist @@ -177,21 +177,21 @@ share/xfce4/doc/he/xfce-utils.html share/xfce4/doc/xfce.css share/xfce4/doc/xfce-mouse.png share/xfce4/doc/xfce-rtl.css -@unexec rmdir %D/etc/xdg/xfce4 2>/dev/null || true -@unexec rmdir %D/etc/xdg 2>/dev/null || true -@unexec rmdir %D/etc/xfce4 2>/dev/null || true -@unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true -@unexec rmdir %D/lib/xfce4 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true -@unexec rmdir %D/share/locale/bn_IN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/bn_IN 2>/dev/null || true -@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/mr 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/C/images 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/C 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/fr/images 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/fr 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/he/images 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc/he 2>/dev/null || true -@unexec rmdir %D/share/xfce4/doc 2>/dev/null || true -@unexec rmdir %D/share/xfce4 2>/dev/null || true +@dirrmtry etc/xdg/xfce4 +@dirrmtry etc/xdg +@dirrmtry etc/xfce4 +@dirrmtry lib/xfce4/mcs-plugins +@dirrmtry lib/xfce4 +@dirrmtry share/applications +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/xfce4/doc/C/images +@dirrmtry share/xfce4/doc/C +@dirrmtry share/xfce4/doc/fr/images +@dirrmtry share/xfce4/doc/fr +@dirrmtry share/xfce4/doc/he/images +@dirrmtry share/xfce4/doc/he +@dirrmtry share/xfce4/doc +@dirrmtry share/xfce4 -- cgit