summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xinit.d/30xTs_Calibrate
blob: 26d8551b18d3f1006802a8ce00ee70770f75efe5 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ ! -f /etc/pointercal ] && [ ! -z "$TSLIB_TSDEVICE" ]; then
    /usr/bin/xtscal
fi