1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

9 lines
146 B
Plaintext
Raw Normal View History

#!/bin/sh
2015-11-20 15:18:23 +00:00
# import user data
DATA_TAR="/tmp/$SYNOPKG_PKGNAME.data.tgz"
cd "$SYNOPKG_PKGDEST" && tar -xvzf "$DATA_TAR" && rm "$DATA_TAR"
exit 0