#!/bin/sh

if [ -x /usr/bin/update-dev ]; then
	logger -t "partman" "userdevfs: update-dev"
	/usr/bin/update-dev 2>&1 | logger -t "update-dev"
fi

