slinux/xfce: Added local-time hook.

Set system time to local time.
This commit is contained in:
Mikhail Efremov 2012-06-26 20:12:03 +04:00
parent 42d7025a7f
commit b8ece7f7be

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Set system time to local time.
CONFIG="/etc/sysconfig/clock"
sed -i 's/^UTC=true/UTC=false/' "$CONFIG"