mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openct: Remove apparently unnecessary pkg_postinst.
This prevents an error about "Postinstall scriptlets". Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b9868687fa
commit
a427d6e9f1
|
|
@ -88,7 +88,3 @@ do_install () {
|
|||
touch ${D}${localstatedir}/run/openct/status
|
||||
chmod 644 ${D}${localstatedir}/run/openct/status
|
||||
}
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
ln -sf ctapi/libopenctapi.so ${libdir}/libopenctapi.so
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user