Files
Arch-R/packages/linux/need_unpack

11 lines
207 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options $1
2009-03-18 13:02:53 +01:00
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