#!/bin/sh

if [ -x /usr/bin/update-modules ] ; then
   /usr/bin/update-modules
fi
