#!/bin/sh

cp -rf /opt/fontchanger/backups/* /
rm -rf /opt/fontchanger/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 fonts have been restored! Reboot the device to activate original settings.' uint32:0 string:'NAO OK!'

return 0
