Files
Arch-R/packages/audio/alsa-utils/need_unpack
Stephan Raue de71016fb4 initial import
2009-03-18 13:02:53 +01:00

11 lines
121 B
Bash
Executable File

#!/bin/sh
. config/options
STAMP=$STAMPS/$1/unpack
. $STAMP
test $STAMP_DEVTOOLS != $DEVTOOLS && rm -f $STAMP
exit 0