diff --git a/main/postmarketos-base-ui-plasma/APKBUILD b/main/postmarketos-base-ui-plasma/APKBUILD index 21e2ba3e9..5db9909d3 100644 --- a/main/postmarketos-base-ui-plasma/APKBUILD +++ b/main/postmarketos-base-ui-plasma/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-base-ui-plasma pkgver=2 -pkgrel=7 +pkgrel=8 pkgdesc="Meta package for shared configuration for Plasma-based UIs" url="https://postmarketos.org" arch="noarch !armhf" # armhf is not supported @@ -40,7 +40,7 @@ _pmb_recommends=" postmarketos-artwork-wallpapers xdg-user-dirs " -subpackages="$pkgname-openrc $pkgname-systemd" +subpackages="$pkgname-openrc" source=" gtk-app-wayland.sh kdewallet.kwl @@ -80,13 +80,6 @@ openrc() { mkdir -p "$subpkgdir" } -systemd() { - install_if="$pkgname=$pkgver-r$pkgrel systemd" - install="$subpkgname.post-install $subpkgname.post-upgrade" - - mkdir -p "$subpkgdir" -} - sha512sums=" 57793bb079c76ba3bdcfca7880aa887de11fe80e7a05557b78435e57feabab70fbaeedc42da3aec6f914c35bba8e8ee9918367516eb45ee247f63f694624f179 gtk-app-wayland.sh 923309f71ee0840ae49d610ab5c11260432f462709eee7148ee5a4703872b9926a3267b16b524162c1560e0798c63fe392a161a57be5c6000bbb1e3f0c947e25 kdewallet.kwl diff --git a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install b/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install deleted file mode 100644 index 9b8a42be0..000000000 --- a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -systemctl enable bluetooth -#systemctl enable hfd-service -systemctl enable NetworkManager -#systemctl enable urfkill diff --git a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-upgrade b/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-upgrade deleted file mode 120000 index b6072cb7f..000000000 --- a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-upgrade +++ /dev/null @@ -1 +0,0 @@ -postmarketos-base-ui-plasma-systemd.post-install \ No newline at end of file