#!/bin/sh

if [ -x /usr/sbin/update-sudoers ]; then
    /usr/sbin/update-sudoers
fi

