mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/eggdrop: added install file
This commit is contained in:
parent
32f94bed56
commit
e0e073407d
12
testing/eggdrop/eggdrop-install
Normal file
12
testing/eggdrop/eggdrop-install
Normal file
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user