#! /bin/sh

cp -rf /opt/theme-customizer/backups/* /
rm -rf /opt/theme-customizer/backups/*
hildon-theme-recache-all
run-standalone.sh dbus-send --print-reply --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:'Original settings has been restored! Reboot is recommended to reload new values to all applications.' uint32:0 string:'NAO OK!'

return 0
