aboutsummaryrefslogtreecommitdiffstats
path: root/stage4/04-enable-xcompmgr/00-run.sh
blob: 74b912c9bac6426fcbe952823692aaba0f201758 (plain)
1
2
3
4
5
6
7
#!/bin/bash -e
 
if [ "${TARGET_RASPI}" = "1" ]; then
    on_chroot << EOF
           raspi-config nonint do_xcompmgr 0
EOF
fi