#!/bin/bash
# Under the terms of the 'COPYRIGHT.TXT' file.

if [[ -x /mnt/usr/bin/wmconfig ]]; then
  chroot /mnt /usr/bin/wmconfig
fi

