summaryrefslogtreecommitdiff
path: root/x11/xfce4-mcs-manager
diff options
context:
space:
mode:
authormartti <martti>2005-01-18 08:19:48 +0000
committermartti <martti>2005-01-18 08:19:48 +0000
commitc0622047cf5f0c98093079bf2eb577fb093db9b3 (patch)
tree0d4922f931e3fea6a6ffdaa241a94820428e6b80 /x11/xfce4-mcs-manager
parent94788ffc083803b38f3cea68577e96490e56f6ae (diff)
downloadpkgsrc-c0622047cf5f0c98093079bf2eb577fb093db9b3.tar.gz
Use @unexec ${RMDIR} as both xfce4-mcs-manager and xfce4-appfinder install
files in share/xfce4/doc/C/images but they don't depend on each other in any way. This should fix "unable to remove" errors during uninstall.
Diffstat (limited to 'x11/xfce4-mcs-manager')
-rw-r--r--x11/xfce4-mcs-manager/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfce4-mcs-manager/PLIST b/x11/xfce4-mcs-manager/PLIST
index c4a3b4131f2..ce0b59eed64 100644
--- a/x11/xfce4-mcs-manager/PLIST
+++ b/x11/xfce4-mcs-manager/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/01/17 12:56:13 martti Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/01/18 08:19:48 martti Exp $
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xfce-mcs-manager.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/xfce-mcs-manager.mo
@@ -49,7 +49,7 @@ share/xfce4/doc/C/images/settings_manager.png
share/xfce4/doc/C/images/smgr_from_root_menu.png
share/xfce4/doc/C/images/smgr_from_setup_button.png
share/xfce4/doc/C/xfce-mcs-manager.html
-@dirrm share/xfce4/doc/C/images
-@dirrm share/xfce4/doc/C
-@dirrm share/xfce4/doc
@dirrm include/xfce4/xfce-mcs-manager
+@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 2>/dev/null || ${TRUE}