This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
anki/generate-anki-tarball.sh
chkr 1d0c0cc3d2 - Update to new upstream version
- Remove example files from upstream tarball due to unknown license
- Updated noupdate patch
2010-02-19 22:08:54 +00:00

9 lines
156 B
Bash
Executable file

#!/bin/sh
VERSION=$1
tar -xzvf anki-$VERSION.tgz
rm -rf anki-$VERSION/libanki/tests/importing/*.xml
tar -czvf anki-$VERSION-nosamples.tgz anki-$VERSION