add packaging
[platform/upstream/nettle.git] / examples / teardown-env
1 #! /bin/sh
2
3 rm -rf testkey testkey.pub testsignature testsignature2 \
4     testdata testtmp \
5     testciphertext testcleartext
6
7 case "$EMULATOR" in
8     wine*)
9         find . -type l -name '*.dll' -exec rm -f '{}' ';'
10         ;;
11 esac