diff options
author | martti <martti@pkgsrc.org> | 2005-04-15 04:23:20 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-04-15 04:23:20 +0000 |
commit | a9a60841bad07c7263cffea96a5d5a83520788ed (patch) | |
tree | 53a462b93d973ed8892b3159d9e687bf7d6d1860 /x11 | |
parent | f95c7e31e3a8d508859c71361020ae7a7a0bc07e (diff) | |
download | pkgsrc-a9a60841bad07c7263cffea96a5d5a83520788ed.tar.gz |
Use @unexec ${RMDIR} to remove share/xfce4/mime and share/xfce4 as
xfce4-icon-theme will also write to these directory (but it does not
depend on libxfce4gui or libxfce4util).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxfce4gui/PLIST | 4 | ||||
-rw-r--r-- | x11/libxfce4util/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxfce4gui/PLIST b/x11/libxfce4gui/PLIST index a37188996af..81a9416fd61 100644 --- a/x11/libxfce4gui/PLIST +++ b/x11/libxfce4gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/03/18 07:59:09 martti Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/04/15 04:23:20 martti Exp $ ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libxfcegui4.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libxfcegui4.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libxfcegui4.mo @@ -110,4 +110,4 @@ share/xfce4/xfce-svg-test.svg @dirrm lib/xfce4/modules @dirrm lib/xfce4 @dirrm share/gtk-doc/html/libxfcegui4 -@dirrm share/xfce4/mime +@unexec ${RMDIR} %D/share/xfce4/mime 2>/dev/null || ${TRUE} diff --git a/x11/libxfce4util/PLIST b/x11/libxfce4util/PLIST index f33da3f2675..c90ec6b892e 100644 --- a/x11/libxfce4util/PLIST +++ b/x11/libxfce4util/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/01/17 12:56:13 martti Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/04/15 04:23:20 martti Exp $ include/xfce4/libxfce4util/debug.h include/xfce4/libxfce4util/i18n.h include/xfce4/libxfce4util/libxfce4util-config.h @@ -44,7 +44,7 @@ share/xfce4/m4/i18n.m4 @dirrm include/xfce4/libxfce4util @dirrm include/xfce4 @dirrm share/xfce4/m4 -@dirrm share/xfce4 @dirrm share/gtk-doc/html/libxfce4util +@unexec ${RMDIR} %D/share/xfce4 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/gtk-doc/html 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || ${TRUE} |