diff options
-rw-r--r-- | extra/eggdrop/APKBUILD (renamed from testing/eggdrop/APKBUILD) | 0 | ||||
-rw-r--r-- | extra/eggdrop/eggdrop-installer (renamed from testing/eggdrop/eggdrop-installer) | 0 | ||||
-rw-r--r-- | extra/eggdrop/eggdrop.post-install (renamed from testing/eggdrop/eggdrop.post-install) | 0 | ||||
-rw-r--r-- | extra/eggdrop/gseen.mod.patch (renamed from testing/eggdrop/gseen.mod.patch) | 0 | ||||
-rw-r--r-- | extra/eggdrop/logs2html.mod.patch (renamed from testing/eggdrop/logs2html.mod.patch) | 0 | ||||
-rw-r--r-- | testing/eggdrop/eggdrop-install | 12 |
6 files changed, 0 insertions, 12 deletions
diff --git a/testing/eggdrop/APKBUILD b/extra/eggdrop/APKBUILD index 59c21f2e07..59c21f2e07 100644 --- a/testing/eggdrop/APKBUILD +++ b/extra/eggdrop/APKBUILD diff --git a/testing/eggdrop/eggdrop-installer b/extra/eggdrop/eggdrop-installer index 69faa00dca..69faa00dca 100644 --- a/testing/eggdrop/eggdrop-installer +++ b/extra/eggdrop/eggdrop-installer diff --git a/testing/eggdrop/eggdrop.post-install b/extra/eggdrop/eggdrop.post-install index 44b43cf34e..44b43cf34e 100644 --- a/testing/eggdrop/eggdrop.post-install +++ b/extra/eggdrop/eggdrop.post-install diff --git a/testing/eggdrop/gseen.mod.patch b/extra/eggdrop/gseen.mod.patch index e70aef8873..e70aef8873 100644 --- a/testing/eggdrop/gseen.mod.patch +++ b/extra/eggdrop/gseen.mod.patch diff --git a/testing/eggdrop/logs2html.mod.patch b/extra/eggdrop/logs2html.mod.patch index 8ea2e94e62..8ea2e94e62 100644 --- a/testing/eggdrop/logs2html.mod.patch +++ b/extra/eggdrop/logs2html.mod.patch diff --git a/testing/eggdrop/eggdrop-install b/testing/eggdrop/eggdrop-install deleted file mode 100644 index 9851aa56b9..0000000000 --- a/testing/eggdrop/eggdrop-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -case "$1" in - post_install) - - echo "*" - echo "* Please run /usr/bin/eggdrop-installer to install your eggdrop bot." - echo "*" - -esac -exit 0 - |