aboutsummaryrefslogtreecommitdiffstats
path: root/editors/kxmleditor
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
commit907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch)
treec7335c38bb107ec2177c798763c3b89da5c2523b /editors/kxmleditor
parente80f0953d18006170971019cc3936a2de46081ab (diff)
downloadfreebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'editors/kxmleditor')
-rw-r--r--editors/kxmleditor/pkg-plist34
1 files changed, 17 insertions, 17 deletions
diff --git a/editors/kxmleditor/pkg-plist b/editors/kxmleditor/pkg-plist
index b07329f441a2..4b195e888e22 100644
--- a/editors/kxmleditor/pkg-plist
+++ b/editors/kxmleditor/pkg-plist
@@ -102,21 +102,21 @@ share/locale/de/LC_MESSAGES/kxmleditor.mo
share/locale/fr/LC_MESSAGES/kxmleditor.mo
share/locale/pl/LC_MESSAGES/kxmleditor.mo
share/services/kxmleditorpart.desktop
-@unexec rmdir %D/share/services 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
-@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/services
+@dirrmtry share/icons/locolor/32x32/apps
+@dirrmtry share/icons/locolor/32x32
+@dirrmtry share/icons/locolor/16x16/apps
+@dirrmtry share/icons/locolor/16x16
+@dirrmtry share/icons/locolor
+@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
@dirrm share/doc/HTML/en/kxmleditor
-@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/kxmleditor/pics
@dirrm share/apps/kxmleditor/icons/locolor/16x16/actions
@dirrm share/apps/kxmleditor/icons/locolor/16x16
@@ -130,6 +130,6 @@ share/services/kxmleditorpart.desktop
@dirrm share/apps/kxmleditor/icons/hicolor
@dirrm share/apps/kxmleditor/icons
@dirrm share/apps/kxmleditor
-@unexec rmdir %D/share/apps 2>/dev/null || true
-@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
-@unexec rmdir %D/share/applnk 2>/dev/null || true
+@dirrmtry share/apps
+@dirrmtry share/applnk/Applications
+@dirrmtry share/applnk