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