diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 16:26:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 16:26:38 +0000 |
commit | 605f02ccdafb26b319e5af17f3fd0e9e3c11143c (patch) | |
tree | 1b6215709e8257773c760b8f77b4da73763da809 /devel/gconf2/pkg-plist | |
parent | f2741e3bc22bede1fb664fa09d528c21cefd5120 (diff) |
Notes
Diffstat (limited to 'devel/gconf2/pkg-plist')
-rw-r--r-- | devel/gconf2/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index d0c1d34dcb54..c16fbd4375af 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -3,7 +3,9 @@ bin/gconf-config-1 bin/gconfd-1 bin/gconftool bin/gconftool-1 +@unexec if cmp -s %D/etc/gconf/1/path.example %D/etc/gconf/1/path; then rm -f %D/etc/gconf/1/path; fi etc/gconf/1/path.example +@exec if [ ! -f %D/etc/gconf/1/path ] ; then cp -p %D/%F %B/path; fi etc/gconf/schemas/desktop.schemas include/gconf/1/gconf/gconf-changeset.h include/gconf/1/gconf/gconf-client.h |