#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/etc:/usr/etc export PATH
if [ -f $PKGSAV/sys.Series5.kbus.OBJ.machdep.o.$PKGINST ]; then
	cp $PKGSAV/sys.Series5.kbus.OBJ.machdep.o.$PKGINST $BASEDIR/sys/Series5/kbus/OBJ/machdep.o
	rm -f $PKGSAV/sys.Series5.kbus.OBJ.machdep.o.$PKGINST
	chown root $BASEDIR/sys/Series5/kbus/OBJ/machdep.o
	chgrp daemon $BASEDIR/sys/Series5/kbus/OBJ/machdep.o
	chmod 0444 $BASEDIR/sys/Series5/kbus/OBJ/machdep.o
fi
if [ -f $PKGSAV/sys.idt.OBJ.machdep.o.$PKGINST ]; then
	cp $PKGSAV/sys.idt.OBJ.machdep.o.$PKGINST $BASEDIR/sys/idt/OBJ/machdep.o
	rm -f $PKGSAV/sys.idt.OBJ.machdep.o.$PKGINST
	chown root $BASEDIR/sys/idt/OBJ/machdep.o
	chgrp daemon $BASEDIR/sys/idt/OBJ/machdep.o
	chmod 0444 $BASEDIR/sys/idt/OBJ/machdep.o
fi
if [ -f $PKGSAV/sys.Series6.kbus.OBJ.machdep.o.$PKGINST ]; then
	cp $PKGSAV/sys.Series6.kbus.OBJ.machdep.o.$PKGINST $BASEDIR/sys/Series6/kbus/OBJ/machdep.o
	rm -f $PKGSAV/sys.Series6.kbus.OBJ.machdep.o.$PKGINST
	chown root $BASEDIR/sys/Series6/kbus/OBJ/machdep.o
	chgrp daemon $BASEDIR/sys/Series6/kbus/OBJ/machdep.o
	chmod 0444 $BASEDIR/sys/Series6/kbus/OBJ/machdep.o
fi
exit 0
