mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
bin/update-vc
|
|
@unexec if cmp -s %D/etc/videocache.conf %D/etc/videocache.conf.default; then rm -f %D/etc/videocache.conf; fi
|
|
etc/videocache.conf.default
|
|
@exec [ -f %B/videocache.conf ] || cp %B/%f %B/videocache.conf
|
|
%%DATADIR%%/Errors.py
|
|
%%DATADIR%%/__init__.py
|
|
%%DATADIR%%/config.py
|
|
%%DATADIR%%/parser.py
|
|
%%DATADIR%%/videocache.py
|
|
@dirrm %%DATADIR%%
|