aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-notes-plugin
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 09:29:46 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 09:29:46 +0800
commite80f0953d18006170971019cc3936a2de46081ab (patch)
tree2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /deskutils/xfce4-notes-plugin
parentf70b9e5e41d04219d385f0493662aacb199e31cc (diff)
downloadfreebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.gz
freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.zst
freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'deskutils/xfce4-notes-plugin')
-rw-r--r--deskutils/xfce4-notes-plugin/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist
index 25236aa4ef08..0490b922c820 100644
--- a/deskutils/xfce4-notes-plugin/pkg-plist
+++ b/deskutils/xfce4-notes-plugin/pkg-plist
@@ -1,6 +1,6 @@
lib/xfce4/panel-plugins/libnotes.so
share/xfce4/notes/note.png
-@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
-@unexec rmdir %D/lib/xfce4 2>/dev/null || true
-@unexec rmdir %D/share/xfce4/notes 2>/dev/null || true
-@unexec rmdir %D/share/xfce4 2>/dev/null || true
+@dirrmtry lib/xfce4/panel-plugins
+@dirrmtry lib/xfce4
+@dirrmtry share/xfce4/notes
+@dirrmtry share/xfce4