pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Use @unexec ${RMDIR} as both xfce4-mcs-manager and xfc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27ae8c743dc3
branches:  trunk
changeset: 487647:27ae8c743dc3
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Jan 18 08:19:48 2005 +0000

description:
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:

 sysutils/xfce4-appfinder/PLIST |  5 ++++-
 x11/xfce4-mcs-manager/PLIST    |  8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 27c36226ad0a -r 27ae8c743dc3 sysutils/xfce4-appfinder/PLIST
--- a/sysutils/xfce4-appfinder/PLIST    Tue Jan 18 05:24:47 2005 +0000
+++ b/sysutils/xfce4-appfinder/PLIST    Tue Jan 18 08:19:48 2005 +0000
@@ -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-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}
diff -r 27c36226ad0a -r 27ae8c743dc3 x11/xfce4-mcs-manager/PLIST
--- a/x11/xfce4-mcs-manager/PLIST       Tue Jan 18 05:24:47 2005 +0000
+++ b/x11/xfce4-mcs-manager/PLIST       Tue Jan 18 08:19:48 2005 +0000
@@ -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/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}



Home | Main Index | Thread Index | Old Index