Code cleanup

This commit is contained in:
Pierre Pronchery 2016-08-15 01:20:40 +02:00
parent 222d2ec35c
commit 045d415f9f

View File

@ -231,7 +231,12 @@ _package_guess_license()
3336459709) 3336459709)
LICENSE="GNU LGPL 3" LICENSE="GNU LGPL 3"
;; ;;
*)
return 2
;;
esac esac
echo "$LICENSE"
return 0
} }
_package_guess_method() _package_guess_method()