#!/bin/sh
#
# AUTOPSY installation script
#

cp autopsy autopsy.orig
sed "s:AUTOPSYHOME=.*:AUTOPSYHOME=`pwd`:" autopsy.orig > autopsy
