diff options
author | martti <martti@pkgsrc.org> | 2005-01-18 08:19:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-01-18 08:19:48 +0000 |
commit | 159b972dc27a4db297279ec5570dc64de71fa367 (patch) | |
tree | 0d4922f931e3fea6a6ffdaa241a94820428e6b80 /sysutils | |
parent | 1cdb69ea246b757ff486e6b3b983a08e3d5ef572 (diff) | |
download | pkgsrc-159b972dc27a4db297279ec5570dc64de71fa367.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/PLIST | 5 |
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} |