2
0
nvidia-driver-template/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/debian/nvidia-support-#DRIVER_VERSION_MAJOR#.config

18 lines
275 B
Plaintext
Raw Permalink Normal View History

2024-07-24 01:06:18 +02:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ]
then
if false && [ -d /etc/X11 ] && [ ! -f /etc/X11/nvidia.conf ] && [ ! -f /etc/X11/xorg.conf ]
then
db_input high nvidia-support/create-nvidia-conf || true
db_go
fi
fi
#DEBHELPER#