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 /sysutils/xfce4-appfinder/PLIST | |
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.
Diffstat (limited to 'sysutils/xfce4-appfinder/PLIST')
-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} |