diff options
Diffstat (limited to 'meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb')
-rw-r--r-- | meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb index aa3684a440..f57597d80c 100644 --- a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb +++ b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb @@ -20,7 +20,7 @@ do_install() { PACKAGE_ARCH = "all" -pkg_postinst() { +pkg_postinst_${PN} () { if test "x$D" != "x"; then exit 1 else @@ -28,7 +28,7 @@ else fi } -pkg_postrm() { +pkg_postrm_${PN} () { if test "x$D" != "x"; then exit 1 else |