Remove config file on deinstall if unchanged from the default.
This commit is contained in:
parent
d024aa704f
commit
b65cefc79f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33054
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ bin/webster
|
|||
bin/wetandwild
|
||||
bin/xxx
|
||||
bin/yahoo
|
||||
@unexec if cmp -s %D/etc/surfraw.conf %D/share/examples/surfraw/surfraw.conf; then rm -f %D/etc/surfraw.conf; fi
|
||||
share/examples/surfraw/surfraw.conf
|
||||
share/surfraw/surfraw_elvi.list
|
||||
@dirrm share/examples/surfraw
|
||||
|
|
Loading…
Reference in a new issue