summarylogtreecommitdiffstats
path: root/minecraft-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-server.install')
-rw-r--r--minecraft-server.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/minecraft-server.install b/minecraft-server.install
index fc42dcdea316..e647b98633a9 100644
--- a/minecraft-server.install
+++ b/minecraft-server.install
@@ -27,13 +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
}
pre_remove() {