#!/bin/bash

. ${TOOLKIT}-functions.sh


file=relink.cfg.tmp
[ -f $file ] && {
	installfile $file /w/relink.cfg	root:root 640
}

cd /w
./relink

##$SOMETHING_CHANGED && {
	##:
##}

exit 0
