File: postinst-modules

package info (click to toggle)
debhelper 7.0.15
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 80
  • sloc: perl: 3,434; makefile: 232; sh: 7
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (8)
1
2
3
4
5
if [ "$1" = "configure" ]; then
	if [ -e /boot/System.map-#KVERS# ]; then
		depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
	fi
fi