summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-22 09:41:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-22 09:41:55 +0000
commit6da3627573004debd77b78d723f9a36c0ea340a6 (patch)
tree7fd76e1f2a20d1151da97e8ba1fe26e219f4e1ea /devel
parentupdate, version 6.0.101 -> 6.0.143. (diff)
Prefix `%' in filenames passed to the @unexec command with another `%', because
otherwise the symbol are eaten by the format-expansion routine in pkg_delete.
Notes
Notes: svn path=/head/; revision=53532
Diffstat (limited to 'devel')
-rw-r--r--devel/gconf/pkg-plist8
-rw-r--r--devel/gconf2/pkg-plist8
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