diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-24 16:14:23 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-24 16:14:23 +0000 |
commit | 16735c33ef9e293521768659efa921a753c0e170 (patch) | |
tree | 4ba040045fba28f55994f7cbdf1e5f4d49557538 /security/softhsm/pkg-plist | |
parent | 98870a3f271f06d2f41a293ac3778aa01ad482ae (diff) |
Notes
Diffstat (limited to 'security/softhsm/pkg-plist')
-rw-r--r-- | security/softhsm/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/softhsm/pkg-plist b/security/softhsm/pkg-plist new file mode 100644 index 000000000000..4a7ced99157e --- /dev/null +++ b/security/softhsm/pkg-plist @@ -0,0 +1,9 @@ +@unexec if cmp -s %D/etc/softhsm.conf %D/etc/softhsm.conf.sample; then rm -f %D/etc/softhsm.conf; else echo If permanently deleting this package, %D/etc/softhsm.conf must be removed manually; fi +bin/softhsm +bin/softhsm-keyconv +lib/softhsm/libsofthsm.a +lib/softhsm/libsofthsm.la +lib/softhsm/libsofthsm.so +etc/softhsm.conf.sample +@exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi +@dirrm lib/softhsm |