#!/bin/sh
set -e
# Automatically added by dh_installmodules
if [ "$1" = "configure" ]; then
	if [ -e /boot/System.map-2.6.19 ]; then
		depmod -a -F /boot/System.map-2.6.19 2.6.19 || true
	fi
fi
# End automatically added section
