aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Lanmdeter <clandmeter@gmail>2009-03-05 14:34:40 +0000
committerCarlo Lanmdeter <clandmeter@gmail>2009-03-05 14:34:40 +0000
commite0e073407daa55dfaa78bc581e50a8461e29afe3 (patch)
treed8c6c9a141b5c9564ff17cd67f5ceaf1299d9acf
parent32f94bed563a9db0b0ea76572f0d5ff790763b82 (diff)
downloadaports-e0e073407daa55dfaa78bc581e50a8461e29afe3.tar.bz2
aports-e0e073407daa55dfaa78bc581e50a8461e29afe3.tar.xz
testing/eggdrop: added install file
-rw-r--r--testing/eggdrop/eggdrop-install12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/eggdrop/eggdrop-install b/testing/eggdrop/eggdrop-install
new file mode 100644
index 0000000000..9851aa56b9
--- /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
+