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