File: nvidia-kernel-common.postinst

package info (click to toggle)
nvidia-support 20120630%2B3
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 320 kB
  • sloc: sh: 255; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
	# rebuild initrd to activate nouveau blacklist
	if [ -x /usr/sbin/update-initramfs ]; then
		update-initramfs -u
	fi
fi