1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove anolog.cfg iff it's identical to analog.cfg-dist. Remove two

directories.

Found by:	obento
This commit is contained in:
Satoshi Asami 2000-05-31 07:14:05 +00:00
parent d84bdfebe4
commit a6407734ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29008

View File

@ -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