if [ -f /root/.touchscreencal ]
  then
    echo "need to do touchcal"
    cp -rf /home/3550/bin/tslib.rcal/* /usr/lib/ts
    ts_calibrate
    cp -rf /home/3550/bin/tslib.res/* /usr/lib/ts
    rm /root/.touchscreencal
  else
    echo "skipping touchcal"
fi

