teamspeak: Remove package

This is an old version any way and just used to download the
pre-compiled data from the servers of the vendor.
This commit is contained in:
Michael Tremer
2015-03-03 21:11:34 +01:00
parent 8392627c57
commit 3ed94afdc8
10 changed files with 0 additions and 222 deletions

View File

@@ -1,28 +0,0 @@
#!/bin/sh
########################################################################
# Begin $rc_base/init.d/teamspeak
#
# Description : Start/Stops the teamspeak server
#
# Authors : Michael Tremer
#
# Version : 01.00
#
# Notes :
#
########################################################################
. /etc/sysconfig/rc
. $rc_functions
case "$1" in
status)
statusproc /opt/teamspeak/server_linux
;;
*)
export LANG=en_US.utf8
cd /opt/teamspeak && sudo -u teamspeak ./teamspeak2-server_startscript $*
exit 0
;;
esac
# End $rc_base/init.d/teamspeak