#!/bin/sh
[ $(id -u) -ne 0 ] && type gtksu > /dev/null && exec gtksu gsmartcontrol gsmartcontrol "$@"
exec gsmartcontrol "$@"
