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

if [[ -x /mnt/usr/sbin/gpm && -x /mnt/usr/sbin/gpmconfig ]]; then
  chroot /mnt /usr/sbin/gpmconfig
fi

