mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
10 lines
290 B
Text
10 lines
290 B
Text
|
# 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
|
||
|
}
|