diff --git a/testing/eggdrop/eggdrop-install b/testing/eggdrop/eggdrop-install new file mode 100644 index 00000000000..9851aa56b99 --- /dev/null +++ b/testing/eggdrop/eggdrop-install @@ -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 +