mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user