aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kwatch
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 10:30:01 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 10:30:01 +0800
commitfeafe637a586a81fbc65a23660b6e82c87d90f07 (patch)
tree236a81a898bb37fc1877a514deec3f6192b95260 /misc/kwatch
parentffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff)
downloadfreebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz
freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.zst
freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'misc/kwatch')
-rw-r--r--misc/kwatch/pkg-plist26
1 files changed, 13 insertions, 13 deletions
diff --git a/misc/kwatch/pkg-plist b/misc/kwatch/pkg-plist
index e128890e3e5d..f3fd4af66ea4 100644
--- a/misc/kwatch/pkg-plist
+++ b/misc/kwatch/pkg-plist
@@ -10,18 +10,18 @@ share/icons/locolor/16x16/apps/kwatch.png
share/icons/locolor/32x32/apps/kwatch.png
share/locale/de/LC_MESSAGES/kwatch.mo
@comment directories
-@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/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
+@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/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor
@dirrm share/doc/HTML/default/kwatch
-@unexec rmdir %D/share/doc/HTML/default 2>/dev/null || true
-@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
+@dirrmtry share/doc/HTML/default
+@dirrmtry share/doc/HTML
@dirrm share/apps/kwatch
-@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
+@dirrmtry share/applnk/Utilities