#!/bin/bash package=kdegames if ( pkginfo -i | grep $package > /dev/null ) ; then pkgrm $package fi