#!/bin/sh

set -e

if [ "`uname -r`" = "2.6.19" ]; then
	/sbin/depmod -a
fi



exit 0
