Skip to content

Commit

Permalink
eclass/font: fixup documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 16, 2020
1 parent e7c99c7 commit 3117401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclass/font.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ case ${EAPI:-0} in
*) die "EAPI ${EAPI} is not supported by font.eclass." ;;
esac

# @VARIABLE: _FONT_ECLASS
# @INTERNAL
# @DESCRIPTION:
# Please document me

if [[ ! ${_FONT_ECLASS} ]]; then

EXPORT_FUNCTIONS pkg_setup src_install pkg_postinst pkg_postrm
Expand Down

0 comments on commit 3117401

Please sign in to comment.