#!/bin/bash
if ( pkginfo -l kdebase-workspace > /dev/null 2>&1 ) ; then
	pkgrm kdebase-workspace
fi