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

