Commit 07a23d84 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add remove_nss_mysql.sh

parent 4d3c81d1
#!/bin/sh
if grep -q " mysql" /etc/nsswitch.conf ; then
subst "s| mysql||g" /etc/nsswitch.conf
( cd /etc ; git diff nsswitch.conf | cat )
fi
# remove obsoleted configs
rm -fv /etc/nsswitch.conf.*
epme libnss-mysql
rm -fv /etc/libnss-mysql*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment