updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / nessus / nessus.install
blob9c72eadc72ae7a6a81812d4b1f6498f05b140b1d
1 post_install() {
2     echo "See https://wiki.archlinux.org/index.php/Nessus and the nessus man pages for documentation."
3     ldconfig
6 pre_remove() {
7     if [ -f /opt/nessus/var/nessus/nessusd.pid ]; then
8         echo "Shutting down the Nessus server."
9         kill $(cat /opt/nessus/var/nessus/nessusd.pid) >/dev/null 2>&1
10     fi