summarylogtreecommitdiffstats
path: root/minecraft-server.install
diff options
context:
space:
mode:
authorGordian Edenhofer2016-06-24 20:03:08 +0200
committerGordian Edenhofer2016-06-24 20:03:08 +0200
commit271794e3ac91683aaac65be79a637ebc1c00f6d7 (patch)
treed89213465cd8aa5bf7251f6c93d51cfec2537be2 /minecraft-server.install
parentde963801f56601d7b0e050332404c5513ac3bbe1 (diff)
downloadaur-271794e3ac91683aaac65be79a637ebc1c00f6d7.tar.gz
upgpkg: minecraft-server 1.10.2-3
Create log dir with mode 2755 instead of 775. Remove .install notice about obsolete backups.
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() {