#!/bin/sh

if [ -f /etc/event.d/speedpatch ]; then
mv /opt/dbus-scripts/cpu_sleep_speedpatch /opt/dbus-scripts/cpu_sleep
fi

chmod +rwx /opt/dbus-scripts/cpu_normal
chmod +rwx /opt/dbus-scripts/cpu_sleep

echo "Done"
echo "Reboot Is Required"

exit 0
