updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / prey-git / prey.install
blob27c50bf89c231c2118d5b353abdbe9346ac1da4a
1 post_install() {
2    echo "==============================================================================="
3    echo "==============================================================================="
4    echo "Prey has been installed on your system."
5    echo "You should now configure Prey to suit your system,editing (as a root) the "
6    echo "/usr/share/prey/config file. Then you have to setup the following cron job for"
7    echo "Prey to actually work:"
8    echo "\"$ (sudo crontab -l | grep -v prey; echo \"*/20 * * * * /usr/share/prey/prey.sh > /dev/null\") | sudo crontab -\""
9    echo "For more info, visit: http://preyproject.com/"
12 post_remove() {
13    echo "==============================================================================="
14    echo "==============================================================================="
15    echo "Prey has been removed from your system."
16    echo "Remember to delete the cron jobs you set up for Prey."
19 # vim:set ts=2 sw=2 et: