testing/eggdrop: added install file

This commit is contained in:
Carlo Lanmdeter 2009-03-05 14:34:40 +00:00
parent 32f94bed56
commit e0e073407d

View File

@ -0,0 +1,12 @@
#!/bin/sh
case "$1" in
post_install)
echo "*"
echo "* Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
echo "*"
esac
exit 0