summarylogtreecommitdiffstats
path: root/tripwire-git.install
diff options
context:
space:
mode:
authorJonathan Schuett2016-11-05 15:24:18 -0500
committerJonathan Schuett2016-11-05 15:24:18 -0500
commitbeed23b9fa3a02bb5cb5e51d7d792277a26e7234 (patch)
tree5d24273967ae7c77c2ddcc7e1c8bd0823603ba9b /tripwire-git.install
downloadaur-beed23b9fa3a02bb5cb5e51d7d792277a26e7234.tar.gz
Updated download source link, removed unnecessary GCC build patch, and slightly refactored build process. Moved download source to github ZIP, as when cloning, the connection kept breaking
Diffstat (limited to 'tripwire-git.install')
-rw-r--r--tripwire-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/tripwire-git.install b/tripwire-git.install
new file mode 100644
index 000000000000..5fe43666bb95
--- /dev/null
+++ b/tripwire-git.install
@@ -0,0 +1,7 @@
+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
+}