#!/bin/sh

set -e

rm -f /etc/modutils/nvidia-kernel-nkc-devfs 2> /dev/null || true

update-modules


#DEBHELPER#

exit 0
