summaryrefslogtreecommitdiff
path: root/jh_clean
blob: a0f608045085fe75532a48143e69ae7805592057 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh --

jh_build --clean "$@"
jh_linkjars --unlink
jh_setupenvironment --clean
if [ -f "debian/.javahelper_clean" ]; then
	rm -f `cat debian/.javahelper_clean` debian/.javahelper_clean
fi