initscripts: fix syntax error in postinsts

Fix syntax error in pkg_postinst of initscripts.

(From OE-Core rev: 8240975b937197aee5ab1d651997fe500e8bbd91)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2014-02-13 15:26:04 +08:00
committed by Richard Purdie
parent 01268c339f
commit adc21724d8

View File

@@ -157,5 +157,4 @@ pkg_postinst_${PN} () {
systemctl $OPTS mask $SERVICE.service
done
fi
fi
}