summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/xfce4-appfinder/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xfce4-appfinder/PLIST b/sysutils/xfce4-appfinder/PLIST
index 06138f73771..7ed1ad35454 100644
--- a/sysutils/xfce4-appfinder/PLIST
+++ b/sysutils/xfce4-appfinder/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/17 12:48:36 martti Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/18 08:19:48 martti Exp $
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/xfce4-appfinder.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xfce4-appfinder.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xfce4-appfinder.mo
@@ -31,3 +31,6 @@ share/xfce4/doc/C/images/appfinder-handle-popup.png
share/xfce4/doc/C/images/appfinder-item-popup.png
share/xfce4/doc/C/images/default_appfinder.png
share/xfce4/doc/C/xfce4-appfinder.html
+@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}