aports/main/eggdrop/eggdrop.post-install
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

7 lines
112 B
Bash

#!/bin/sh
echo "*"
echo "* Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
echo "*"
exit 0