diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 20:06:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 20:06:35 +0000 |
commit | a9f654802ff115c194bba14a56131f3d230edba9 (patch) | |
tree | da824f4ec01dab98cc9b022637f96b43a0916a04 /devel/gconf | |
parent | 8cbc78632e28110c735a42c41981ecc14ef4f331 (diff) | |
download | ports-a9f654802ff115c194bba14a56131f3d230edba9.tar.gz ports-a9f654802ff115c194bba14a56131f3d230edba9.zip |
Notes
Diffstat (limited to 'devel/gconf')
-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 |