summaryrefslogtreecommitdiff
path: root/recipes-graphics/xinput-calibrator/xinput-calibrator_%.bbappend
blob: 723b2b67d6cafc90e1e8f787325fb5269f7852a9 (plain)
1
2
3
4
5
6
# Prevent running xinput_calibrator twice
do_install_append() {
     # Remove the xinput_calibrator.desktop from /etc/xdg/autostart
     rm -f ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop
}