#!/bin/sh

PROG=/usr/sbin/apt-update-my

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