summaryrefslogtreecommitdiff
path: root/community/tripwire/tripwire.install
blob: 6eb5fd71d23357d9e68cf5a1680845cd1762bcc0 (plain)
1
2
3
4
5
6
7
8
9
# arg 1:  the new package version
post_install() {
/bin/cat <<END
After installing this package, edit /usr/share/tripwire/install.sh and
/usr/share/tripwire/install.cfg to your liking, run install.sh to
generate cryptographic keys, and run tripwire --init to initialize the
database.
END
}