main/postmarketos-base-ui-gnome: systemd-related service fixes (MR 5184)
- Fix MM and NM service unit names - drop iio-sensor-proxy, seems to be dbus activated [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
0a4c05863e
commit
53407e5203
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-base-ui-gnome
|
||||
pkgver=3
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
systemctl enable bluetooth
|
||||
systemctl enable iio-sensor-proxy
|
||||
systemctl enable modemmanager
|
||||
systemctl enable networkmanager
|
||||
systemctl enable ModemManager
|
||||
systemctl enable NetworkManager
|
||||
|
|
Loading…
Reference in a new issue