#!/bin/sh

cp -rf /opt/plastic-addon-pack-2/*.png /home/user/MyDocs/.images/
rm -rf /opt/plastic-addon-pack-2/*.png
mv  /opt/plastic-addon-pack-2/* /opt/plastic-schemes/

run-standalone.sh dbus-send --print-reply --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:'Addon pack 2 installed, you can now choose to use new schemes from Plastic Theme Setup found under phone settings application.' uint32:0 string:'NAO OK!'
