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 | a40deff77f07f167c35159e6937e5fdcc5f9bf66 (patch) | |
tree | 0d4922f931e3fea6a6ffdaa241a94820428e6b80 | |
parent | bd9867c276d1d0d0ba0214f6659679077e25e58e (diff) | |
download | pkgsrc-a40deff77f07f167c35159e6937e5fdcc5f9bf66.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.
-rw-r--r-- | sysutils/xfce4-appfinder/PLIST | 5 | ||||
-rw-r--r-- | x11/xfce4-mcs-manager/PLIST | 8 |
2 files changed, 8 insertions, 5 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} 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} |