- Remove example files from upstream tarball due to unknown license - Updated noupdate patch
9 lines
156 B
Bash
Executable file
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
|
|
|