File: jh_clean

package info (click to toggle)
javatools 0.81
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: perl: 1,358; sh: 939; java: 56; makefile: 39
file content (9 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (3)
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