Package findbugs-javadoc: Scripts

Pre install

1
2
3
4
path = "/usr/share/javadoc/findbugs"
if [ -L $path ]; then
  rm -f $path
fi ||: