#!/bin/sh

apt-get -q=2 update

if [ -f /usr/bin/apt-show-versions ] 
then
	apt-show-versions -u
fi

#EoF
