PKGBUILDs/community/tripwire/tripwire.install

10 lines
290 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
# 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
}