#!/usr/bin/sh
if  [[ "$UID" != "0" ]] ; then
    /usr/bin/pkexec /usr/libexec/drakmouse "$@"
    exit $?
fi
exec /usr/libexec/drakmouse "$@"

