diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-20 04:06:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-20 04:06:35 +0800 |
commit | c650c67309fa9d828e68ef8cc86d1c76d5b8c813 (patch) | |
tree | de63fc4cd7bcedf5fc65255fbdf6ea5bb9e92ff2 /devel | |
parent | e3ab3b2430aa9241d4ad9210d05806d6d0283832 (diff) | |
download | freebsd-ports-gnome-c650c67309fa9d828e68ef8cc86d1c76d5b8c813.tar.gz freebsd-ports-gnome-c650c67309fa9d828e68ef8cc86d1c76d5b8c813.tar.zst freebsd-ports-gnome-c650c67309fa9d828e68ef8cc86d1c76d5b8c813.zip |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf/pkg-plist | 30 |
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 |