File: postrm

package info (click to toggle)
nvidia-kernel-common 20051028%2B1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 76 kB
  • ctags: 4
  • sloc: sh: 51; makefile: 45
file content (11 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e


if [ -x /sbin/update-modules ]; then
	update-modules >/dev/null
fi

#DEBHELPER#

exit 0