#!/bin/sh
file="$@"
cd `dirname $file`
exec gksu -u root -t "Install $@" "dpkg -i `basename $file`"
