aboutsummarylogtreecommitdiffstats
path: root/spigot.install
diff options
context:
space:
mode:
Diffstat (limited to 'spigot.install')
-rwxr-xr-xspigot.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/spigot.install b/spigot.install
index 27d960b031b6..494336b3b686 100755
--- a/spigot.install
+++ b/spigot.install
@@ -27,18 +27,6 @@ post_install() {
post_upgrade() {
chown -R ${_user}:${_user} "${_server_root}"
-
- if [[ -f /etc/conf.d/${_game}.pacnew ]]; then # TODO: remove oneday
- echo -e "\e[34;1m==>\e[39;1m NOTE: There was a new change on how backup files are handled! Unfortunately this makes \e[0m"
- echo -e "\e[34;1m==>\e[39;1m old backups incompatible with the newly implemeted restore feature. Bare in mind that no data is lost \e[0m"
- echo -e "\e[34;1m==>\e[39;1m neither are those backups useless. They just will not work with the restore capability of the management script. \e[0m"
- echo -e "\e[34;1m==>\e[39;1m NOTE: Please merge the new configuration file into /etc/conf.d/${_game} by e.g. using pacdiff. \e[0m"
- fi
-
- if [[ -d /srv/spigot ]]; then # TODO: remove oneday
- echo -e "\e[34;1m==>\e[39;1m NOTE: The server root in the config files and script was moved to /srv/craftbukkit in order to restore compatibility \e[0m"
- echo -e "\e[34;1m==>\e[39;1m with craftbukkit plugins. Please move your exisiting game save, plugins, backups, logs etc. to this new loaction. \e[0m"
- fi
}
pre_remove() {