#!/bin/sh

for i in `find /usr/share/themes/ | grep lockslider`; do chown root:root $i; done

rm -rf /home/user/.maenotify/

