From 6da3627573004debd77b78d723f9a36c0ea340a6 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 22 Jan 2002 09:41:55 +0000 Subject: Prefix `%' in filenames passed to the @unexec command with another `%', because otherwise the symbol are eaten by the format-expansion routine in pkg_delete. --- devel/gconf/pkg-plist | 8 ++++---- devel/gconf2/pkg-plist | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3