summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 20:06:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 20:06:35 +0000
commita9f654802ff115c194bba14a56131f3d230edba9 (patch)
treeda824f4ec01dab98cc9b022637f96b43a0916a04 /devel
parentRemove dead code. (diff)
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.
Notes
Notes: svn path=/head/; revision=56354
Diffstat (limited to 'devel')
-rw-r--r--devel/gconf/pkg-plist30
1 files changed, 15 insertions, 15 deletions
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