#!/bin/sh

ARCH=`dpkg --print-architecture`

DEST=$1

cp /usr/share/autoinstall/partition/pc.py \
        $DEST/lib/python1.5/site-packages/partition.py
cp /usr/share/autoinstall/hppa/boot/grub.py \
        $DEST/lib/python1.5/site-packages/boot.py
