#!/bin/sh

if test -e $QPEDIR/apps/Applications/qtperf.desktop
then
	rm $QPEDIR/apps/Applications/qtperf.desktop
fi

if test -e $QPEDIR/apps/pics/qtperf.png
then
	rm $QPEDIR/apps/pics/qtperf.png
fi

if test -e $QPEDIR/apps/bin/qtperf
then
	rm $QPEDIR/apps/bin/qtperf
fi

if test -e $QPEDIR/help/html/qtperf.html
then
	rm $QPEDIR/help/html/qtperf.html
fi


