#!/bin/sh . config/options STAMP=$STAMPS/$1/unpack PKG_DIR=`find $PACKAGES -type d -name $1` . $STAMP test $PKG_DIR/config/$1.conf -nt $STAMP && rm -f $STAMP # test $STAMP_DEVTOOLS != $DEVTOOLS && rm -f $STAMP exit 0