Skip to content

Commit

Permalink
Fixed QA issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ydamigos committed Nov 5, 2013
1 parent 480ab41 commit a90a214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-graphics/terminus-font/terminus-font_4.38.bb
Expand Up @@ -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
Expand Down

0 comments on commit a90a214

Please sign in to comment.