Commit 6c76a93d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription: add nvidia-remove

parent f914e005
#!/bin/sh
[ "$1" != "--run" ] && echo "Remove all proprietary NVIDIA cards support" && exit
. $(dirname $0)/common.sh
assure_root
[ "$(epm print info -s)" = "alt" ] || fatal "Only ALTLinux is supported"
epm remove $(epm qp ^nvidia_glx)
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