#!/bin/sh
set -e -u
cp trip.rc "$ADTTMP/"
cp debian/tests/tripping.pl "$ADTTMP/tripping"
cd "$ADTTMP"
chmod u+x tripping
rc -p < trip.rc
