summarylogtreecommitdiffstats
path: root/cleanuphook
blob: 23dfb8551a332497440cf66f3c72aeea9852240e (plain)
1
2
3
4
5
#!/usr/bin/ash

run_cleanuphook() {
    kill `pgrep -f touch_keyboard_handler`
}