#!/bin/sh

if [ "$1" ]
then
	KERNEL=`uname -r`
	getpkg $KERNEL/$1
else
	echo "No package specified!"
fi
