#!/bin/sh

. install2-init-functions

cat > $destdir/etc/X11/xinit.d/xrandr <<__EOF__
#!/bin/bash
xrandr --output TV --off
__EOF__
chmod +x $destdir/etc/X11/xinit.d/xrandr
