#!/bin/sh
su -p -c "PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
export PATH
dpkg  $2 $3 $4 $5 $6 $7 $8
if [ \$? = 0 ]
then
 touch $HOME/.dpkg_ok
fi
echo
echo +++dpkg $2 $3 $4 $5 $6 $7 $8 finished+++
echo
echo $1
sleep 60"
