From 0a4c05863e83177f54c1775c8c5aa211d87cc7e5 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 29 May 2024 17:13:46 -0700 Subject: [PATCH] main/postmarketos-ui-plasma-mobile: autostart modemmanager (MR 5184) --- main/postmarketos-ui-plasma-mobile/APKBUILD | 2 +- .../postmarketos-ui-plasma-mobile-systemd.post-install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 6fddc708a..32fb405f1 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-mobile pkgver=5 -pkgrel=2 +pkgrel=3 pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807 diff --git a/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile-systemd.post-install b/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile-systemd.post-install index 817c0feb7..9d0d05d97 100644 --- a/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile-systemd.post-install +++ b/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile-systemd.post-install @@ -1,3 +1,4 @@ #!/bin/sh systemctl enable plasma-mobile +systemctl enable ModemManager