#!/bin/bash

if which onboard > /dev/null 2>&1 ; then
    vx-runas gsettings set org.onboard start-minimized true
fi

exit 0