From e0e073407daa55dfaa78bc581e50a8461e29afe3 Mon Sep 17 00:00:00 2001 From: Carlo Lanmdeter Date: Thu, 5 Mar 2009 14:34:40 +0000 Subject: [PATCH] testing/eggdrop: added install file --- testing/eggdrop/eggdrop-install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/eggdrop/eggdrop-install 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 +