main/postmarketos-ui-glacier: enable the mce and usb-moded services (MR 2127)
mce is used for power management mainly usb-moded is used for various USB configurations and related settings
This commit is contained in:
parent
8824940b17
commit
bef562a3e1
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-glacier
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="(Wayland) Open-source alternative to the SailfishOS UI"
|
||||
url="https://wiki.postmarketos.org/wiki/Glacier"
|
||||
# armhf blocked by glacier-home
|
||||
|
|
|
@ -4,4 +4,6 @@ rc-update add tinydm default
|
|||
rc-update add urfkill default
|
||||
rc-update add ofono default
|
||||
rc-update add ofono-auto-enable default
|
||||
rc-update add mce default
|
||||
rc-update add usb-moded default
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/glacier.desktop
|
||||
|
|
Loading…
Reference in a new issue