Commit fae10222 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: add nvidia-clean-driver

parent 11ba55ba
......@@ -70,6 +70,11 @@ case $PMTYPE in
# ALT Linux only
assure_exists remove-old-kernels update-kernel 0.9.9
sudocmd remove-old-kernels
# ALT Linux only
if which nvidia-clean-driver 2>/dev/null ; then
sudocmd nvidia-clean-driver
fi
;;
apt-dpkg|aptitude-dpkg)
sudocmd apt-get autoremove
......
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