diff options
-rw-r--r-- | devel/gconf/pkg-plist | 8 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist index 5fec5cb6c1d3..966ea0b19a8a 100644 --- a/devel/gconf/pkg-plist +++ b/devel/gconf/pkg-plist @@ -57,10 +57,10 @@ share/locale/uk/LC_MESSAGES/GConf.mo share/locale/zh_CN.GB2312/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 +@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 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 5fec5cb6c1d3..966ea0b19a8a 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -57,10 +57,10 @@ share/locale/uk/LC_MESSAGES/GConf.mo share/locale/zh_CN.GB2312/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 +@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 |