/usr/bin/jh_clean is in javahelper 0.45ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh --
jh_build --clean "$@"
jh_linkjars --unlink
jh_setupenvironment --clean
[ ! -f "debian/orbitdeps.debhelper" ] || rm "debian/orbitdeps.debhelper"
if [ -f "debian/.javahelper_clean" ]; then
rm -f `cat debian/.javahelper_clean` debian/.javahelper_clean
fi
|