PKGBUILDs/extra/chkrootkit/chkrootkit.install
2009-10-09 21:23:22 -05:00

21 lines
218 B
Text

post_install() {
cat << EOF
Check out the /opt/chkrootkit directory, run chkrootkit as root this way:
# ./chkrootkit
EOF
}
post_upgrade() {
post_install $1
}
pre_remove() {
/bin/true
}
op=$1
shift
$op $*