File: postinst-modules

package info (click to toggle)
debhelper 5.0.42
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,332 kB
  • ctags: 64
  • sloc: perl: 2,808; makefile: 234; sh: 6
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