[arch-commits] Commit in mariadb/trunk (mariadb.install)

Christian Hesse eworm at archlinux.org
Wed Jan 4 15:36:56 UTC 2017


    Date: Wednesday, January 4, 2017 @ 15:36:56
  Author: eworm
Revision: 285282

drop ancient upgrade instructions

Modified:
  mariadb/trunk/mariadb.install

-----------------+
 mariadb.install |   17 -----------------
 1 file changed, 17 deletions(-)

Modified: mariadb.install
===================================================================
--- mariadb.install	2017-01-04 14:28:59 UTC (rev 285281)
+++ mariadb.install	2017-01-04 15:36:56 UTC (rev 285282)
@@ -21,21 +21,4 @@
   if hash systemd-tmpfiles &> /dev/null; then
     systemd-tmpfiles --create mariadb.conf
   fi
-
-  if [[ "$(vercmp $2 5.5.25-4)" -lt 0 ]] && [[ -d /data ]]; then
-    for x in data/*; do
-      cp -r $x var/lib/mysql
-    done
-    rm -rf data
-  fi
-
-  if [[ "$(vercmp $2 5.5.25-5)" -lt 0 ]]; then
-    echo ":: mysql.service has been renamed to mysqld.service to keep"
-    echo "   consistency with MySQL package."
-  fi
-
-  if [[ "$(vercmp $2 10.0)" -lt 0 ]]; then
-    echo ":: Major version update. Consider restarting mysqld.service and"
-    echo "   running mysql_upgrade afterwards."
-  fi
 }



More information about the arch-commits mailing list