diff --git a/recipes-graphics/terminus-font/terminus-font_4.38.bb b/recipes-graphics/terminus-font/terminus-font_4.38.bb index f52686e..1125153 100644 --- a/recipes-graphics/terminus-font/terminus-font_4.38.bb +++ b/recipes-graphics/terminus-font/terminus-font_4.38.bb @@ -22,13 +22,13 @@ do_configure_prepend () { chmod +x configure } -pkg_postinst_append() { +pkg_postinst_append_${PN}() { if [ -z "$D" ]; then update-fonts fi } -pkg_postrm_append() { +pkg_postrm_append_${PN}() { if [ -z "$D" ]; then update-fonts fi