Drop MySQL

This is outdated and still on 5.0.x and nobody volunteered to
update this package.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-12 12:05:46 +00:00
parent c4713705d1
commit 2d5940daca
16 changed files with 7 additions and 669 deletions

View File

@@ -1,5 +1,6 @@
etc/system-release
etc/issue
etc/rc.d/init.d/cleanfs
etc/rc.d/init.d/unbound
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi

View File

@@ -57,7 +57,7 @@ ldconfig
/usr/local/bin/update-lang-cache
# remove dropped packages
for package in lcr; do
for package in lcr mysql; do
if [ -e /opt/pakfire/db/installed/meta-$package ]; then
pakfire remove -y $package
fi
@@ -66,6 +66,11 @@ for package in lcr; do
rm -f /opt/pakfire/db/rootfiles/$package
done
# Remove more old files
rm -vf \
/usr/lib/libmysqlclient* \
/usr/lib/mysql
# Start services
# This update need a reboot...