17 lines
237 B
Plaintext
Raw Normal View History

2024-10-22 17:05:20 +02:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ]
then
if [ -x /usr/lib/nvidia/check-for-mismatching-nvidia-module ]
then
2025-01-30 23:55:05 +03:00
/usr/lib/nvidia/check-for-mismatching-nvidia-module 570.86.16
2024-10-22 17:05:20 +02:00
fi
fi
#DEBHELPER#