#!/bin/sh
rm /opt/swappolube/*.pyc
if [ -f /etc/systemui/swappolube.xml ]
then
    rm /etc/systemui/swappolube.xml
    killall systemui
fi    
