diff options
author | wiz <wiz> | 2002-03-14 11:00:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 11:00:37 +0000 |
commit | 861fc5127889d74ebc0b12920f20cd875fa1be40 (patch) | |
tree | 007f5d7eb4b93c038ac65e7e4e6dbc683c5b4280 /devel/GConf/PLIST | |
parent | 490cf58d9a1d49f7fcb39288156fd9eb823cb551 (diff) | |
download | pkgsrc-861fc5127889d74ebc0b12920f20cd875fa1be40.tar.gz |
Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example.
Diffstat (limited to 'devel/GConf/PLIST')
-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 |