From c650c67309fa9d828e68ef8cc86d1c76d5b8c813 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 19 Mar 2002 20:06:35 +0000 Subject: Don't try to delete ${PREFIX}/etc/gconf if there are some content in in because this directory is used by GNOME2 ports as well. --- devel/gconf/pkg-plist | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'devel') diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist index 782876739021..1bea775ff653 100644 --- a/devel/gconf/pkg-plist +++ b/devel/gconf/pkg-plist @@ -57,24 +57,24 @@ share/locale/sv/LC_MESSAGES/GConf.mo share/locale/tr/LC_MESSAGES/GConf.mo share/locale/uk/LC_MESSAGES/GConf.mo share/locale/zh_CN/LC_MESSAGES/GConf.mo -@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps -@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%%gconf.xml 2>/dev/null || true @dirrm share/gnome/gconf/1 @dirrm share/gnome/gconf @dirrm lib/GConf/1 -@dirrm lib/GConf @dirrm include/gconf/1/gconf @dirrm include/gconf/1 -@dirrm include/gconf -@dirrm etc/gconf/schemas -@dirrm etc/gconf/gconf.xml.mandatory -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps -@dirrm etc/gconf/gconf.xml.defaults/schemas -@dirrm etc/gconf/gconf.xml.defaults/apps -@dirrm etc/gconf/gconf.xml.defaults @dirrm etc/gconf/1 -@dirrm etc/gconf +@exec /bin/mkdir -p %D/etc/gconf/gconf.xml.defaults/apps +@exec /bin/mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps +@unexec /bin/rmdir %D/lib/GConf 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/include/gconf 2>/dev/null || /usr/bin/true +@unexec /bin/rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true +@unexec /bin/rm -f %D/etc/gconf/gconf.xml.defaults/apps/%%gconf.xml 2>/dev/null || true +@unexec /bin/rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%%gconf.xml 2>/dev/null || true +@unexec /bin/rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%%gconf.xml 2>/dev/null || true +@unexec /bin/rmdir %D/etc/gconf/schemas 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf/gconf.xml.mandatory 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/apps 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/etc/gconf 2>/dev/null || /usr/bin/true -- cgit