PKGBUILDs/extra/chkrootkit/chkrootkit.install

22 lines
218 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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 $*