#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_input high nvidia-cudnn/license || true
db_go || true

db_input high nvidia-cudnn/question || true
db_go || true

### dh_installdeb will replace this with shell code automatically
### generated by other debhelper scripts.

#DEBHELPER#

exit 0
