removes unused bin/compile-kernel
This commit is contained in:
parent
90b6cf6467
commit
90766ce960
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
KERNEL_UPDATE_CMD="cave resolve --preserve-world --lazy kernel-modules"
|
|
||||||
|
|
||||||
buildkernel --ask --verbose && \
|
|
||||||
$KERNEL_UPDATE_CMD
|
|
||||||
|
|
||||||
echo -n '>>> Type "yes" to do the above. '
|
|
||||||
read Q
|
|
||||||
|
|
||||||
if [[ $Q == "yes" ]]; then
|
|
||||||
echo ">>> Executing."
|
|
||||||
$KERNEL_UPDATE_CMD -x
|
|
||||||
|
|
||||||
if [[ -d /usr/lib64/opengl/nvidia ]]; then
|
|
||||||
rm -f /opt/bin/nvidia-* /usr/bin/nvidia-*
|
|
||||||
fi
|
|
||||||
fi
|
|
Loading…
Add table
Add a link
Reference in a new issue