mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Remove anolog.cfg iff it's identical to analog.cfg-dist. Remove two
directories. Found by: obento
This commit is contained in:
parent
d84bdfebe4
commit
a6407734ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29008
@ -1,4 +1,5 @@
|
||||
bin/analog
|
||||
@unexec [ -f %D/etc/analog.cfg ] && cmp -s %D/etc/analog.cfg %D/etc/analog.cfg-dist && rm -f %D/etc/analog.cfg
|
||||
etc/analog.cfg-dist
|
||||
@exec if [ ! -f %D/etc/analog.cfg ] ; then cp -p %D/%F %B/analog.cfg; fi
|
||||
lib/analog/lang/am.lng
|
||||
@ -211,3 +212,5 @@ www/data/images/html2.gif
|
||||
@dirrm lib/analog
|
||||
@dirrm share/doc/analog
|
||||
@dirrm www/data/images
|
||||
@unexec rmdir %D/www/data 2>/dev/null || true
|
||||
@unexec rmdir %D/www 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user