Files
Arch-R/packages/linux/need_unpack

11 lines
207 B
Bash
Executable File

#!/bin/sh
. config/options $1
STAMP=$STAMPS/$1/unpack
test $PKG_DIR/config/$1.$TARGET_ARCH.conf -nt $STAMP && rm -f $STAMP
test $PKG_DIR/config/$1.$TARGET_PLATFORM.conf -nt $STAMP && rm -f $STAMP
exit 0