#!/bin/sh

test $(whoami) = root && dpkg-reconfigure init-select || \
    echo "$(basename $0) needs to be run as the root user"
