#!/bin/ash
if [ `id -u` != 0 ] ; then
    exec root <<EOF
exec sh $0 $*
EOF
	exit $?
fi
sh /opt/usr/share/icons/D4rK/custom.sh
