#!/bin/sh

if [ -f /usr/bin/update-dev ]; then
	logger -t "partman" "update-dev" 
	/usr/bin/update-dev 
fi
