main/postmarketos-ui-plasma-mobile: autostart modemmanager (MR 5184)

This commit is contained in:
Clayton Craft 2024-05-29 17:13:46 -07:00
parent e979d5e79e
commit 0a4c05863e
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile pkgname=postmarketos-ui-plasma-mobile
pkgver=5 pkgver=5
pkgrel=2 pkgrel=3
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)" pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807 arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
systemctl enable plasma-mobile systemctl enable plasma-mobile
systemctl enable ModemManager