Skip to content

Commit d29a5bf

Browse files
author
MiLo
committed
Fix "Variable pkg_postinst is set as not being package specific"
Future OE versions will complain, currently it's just bad.
1 parent 589f0f4 commit d29a5bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

enigma2-plugin-extensions-multiquickbutton-vu.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do_install_append() {
2525
}
2626

2727

28-
pkg_postinst() {
28+
pkg_postinst_${PN}() {
2929
#!/bin/sh
3030

3131
if ! test -d /etc/MultiQuickButton
@@ -87,7 +87,7 @@ echo "Please restart VU+ STB to load Menu Multi QuickButton Plugin ..."
8787
exit 0
8888
}
8989

90-
pkg_postrm() {
90+
pkg_postrm_${PN}() {
9191
#!/bin/sh
9292
echo "... activating Timeshift Buttons YELLOW/RED"
9393
sed -ie s!"<\!\-\- <key id=\"KEY_RED\" mapto=\"timeshiftActivateEnd\" flags=\"b\" /> \-\->"!"<key id=\"KEY_RED\" mapto=\"timeshiftActivateEnd\" flags=\"b\" />"!g "/usr/share/enigma2/keymap.xml"

0 commit comments

Comments
 (0)