#!/bin/sh
# By bmarkus, gordons64

if [ ! -f /home/$USER/.gtkrc-2.0 ] ; then
   USER=`cat /etc/sysconfig/tcuser`
   cp /usr/local/share/Thunar/.gtkrc-2.0 /home/$USER/
   chown $USER:staff /home/$USER/.gtkrc*
   chmod 644 /home/$USER/.gtkrc*
fi