17 lines
237 B
Plaintext
Raw Normal View History

2024-07-24 02:06:18 +03:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ]
then
if [ -x /usr/lib/nvidia/check-for-mismatching-nvidia-module ]
then
2024-08-21 23:19:48 +01:00
/usr/lib/nvidia/check-for-mismatching-nvidia-module 560.35.03
2024-07-24 02:06:18 +03:00
fi
fi
#DEBHELPER#