mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
pm-utils: add some hooks
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4ff2d6f223
commit
b7b0a15069
1
packages/sysutils/pm-utils/config.d/module
Normal file
1
packages/sysutils/pm-utils/config.d/module
Normal file
@ -0,0 +1 @@
|
||||
SUSPEND_MODULE="jme anysee"
|
@ -3,8 +3,11 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/etc/pm/config.d
|
||||
cp $PKG_DIR/config.d/* $INSTALL/etc/pm/config.d || true
|
||||
mkdir -p $INSTALL/etc/pm/power.d
|
||||
cp $PKG_DIR/power.d/* $INSTALL/etc/pm/power.d || true
|
||||
mkdir -p $INSTALL/etc/pm/sleep.d
|
||||
cp $PKG_DIR/sleep.d/* $INSTALL/etc/pm/sleep.d || true
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/on_ac_power $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user