#!/bin/sh echo Use Install Dest: $1 echo Start Install Script: $0 INSTDIR="$1" ln -s "$INSTDIR/bin/parted" /var/bin/parted exit 0