diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-29 22:27:34 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-29 22:27:34 +0000 |
commit | f59493eb93d706623271a01a23be1651991354ab (patch) | |
tree | 25e52eae2eef32a613bb27cb168e07d1150afc61 /net/trafshow3/pkg-plist | |
parent | bc41cbc985b638ad1c47c7ee196b7a2c98c9283f (diff) | |
download | ports-f59493eb93d706623271a01a23be1651991354ab.tar.gz ports-f59493eb93d706623271a01a23be1651991354ab.zip |
Notes
Diffstat (limited to 'net/trafshow3/pkg-plist')
-rw-r--r-- | net/trafshow3/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/trafshow3/pkg-plist b/net/trafshow3/pkg-plist index 19aa4ae45565..00f2059110f7 100644 --- a/net/trafshow3/pkg-plist +++ b/net/trafshow3/pkg-plist @@ -1,2 +1,4 @@ bin/trafshow -etc/trafshow +@unexec if cmp -s %D/etc/trafshow %D/etc/trafshow.dist; then rm -f %D/etc/trafshow; fi +etc/trafshow.dist +@exec if [ ! -f %D/etc/trafshow.dist ]; then cp -p %D/%F %B/trafshow.dist; fi |