8b61a1a88a
PR: 13351 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>, asami
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
bin/pgp
|
|
share/pgp/pgp.hlp
|
|
share/pgp/pgpdoc1.txt
|
|
share/pgp/pgpdoc2.txt
|
|
@unexec if cmp -s %D/share/pgp/language.txt %D/share/pgp/language.txt-dist; then rm -f %D/share/pgp/language.txt; fi
|
|
share/pgp/language.txt-dist
|
|
@exec [ ! -f %B/language.txt ] && cp %B/%f %B/language.txt
|
|
@unexec if cmp -s %D/share/pgp/config.txt %D/share/pgp/config.txt-dist; then rm -f %D/share/pgp/config.txt; fi
|
|
share/pgp/config.txt-dist
|
|
@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.txt
|
|
@dirrm share/pgp
|