5 # This script is executed at the end of each multiuser runlevel.
6 # Make sure that the script will "exit 0" on success or any other
9 # In order to enable or disable this script just change the execution
12 # By default this script does nothing.
14 # Set the timezone to something other than UTC
15 su root
-c "echo 'US/Central' | tee /etc/timezone; dpkg-reconfigure --frontend noninteractive tzdata"
17 # Copy the menus and other preferences to the root user's home directory
18 su root
-c "cp -R /etc/skel/.local /etc/skel/.config /etc/skel/.fonts.conf /etc/skel/.gtkrc-2.0 /root"