#!/bin/sh
# example file to be used with --hookdir
#
# an example to make a note that this is a chroot in /
# suggested by Turbo Fredriksson

echo "This is a chroot made by pbuilder" > /CHROOT



