#!/bin/sh
# Wenn offline, wird das nicht gebraucht
exit 0
PROG=/usr/sbin/apt-update-my

if [ -x $PROG ] ; then  nice -n10 $PROG ; fi
