#!/bin/sh

#restore theme images
for i in `find /usr/share/themes/ | grep lockslider`; do cp /home/user/.maenotify/$(echo $i | cut -f5 -d/)/lockslider.png $i;done

#restore theme images permissions
for i in `find /usr/share/themes/ | grep lockslider`; do chown root:root $i; done

#remove app directory
rm -rf /home/user/.maenotify/

