diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 11:00:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 11:00:37 +0000 |
commit | c2f83591f0c190656766ea28af4af6f3284e9638 (patch) | |
tree | 007f5d7eb4b93c038ac65e7e4e6dbc683c5b4280 /devel | |
parent | 5f53ef53c2dbbbf412f6f969a00c206d3d05821b (diff) | |
download | pkgsrc-c2f83591f0c190656766ea28af4af6f3284e9638.tar.gz |
Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST index b607d434dab..ccfed81b7d5 100644 --- a/devel/GConf/PLIST +++ b/devel/GConf/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2002/02/15 10:12:34 skrll Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/03/14 11:00:37 wiz Exp $ bin/gconf-config bin/gconf-config-1 bin/gconfd-1 bin/gconftool bin/gconftool-1 +@unexec cmp -s %D/etc/gconf/1/path.example %D/etc/gconf/1/path && rm %D/etc/gconf/1/path etc/gconf/1/path.example @exec test -f %D/etc/gconf/1/path || cp -p %D/%F %D/etc/gconf/1/path etc/gconf/schemas/desktop.schemas |