From 15ee5d968ab1ed72d76af7e378b6502e1ad33d76 Mon Sep 17 00:00:00 2001 From: Jakob Hauser Date: Sat, 16 Nov 2024 22:14:19 +0100 Subject: [PATCH] main/postmarketos-ui-{mate,xfce4}: remove tinydm line from post-install (MR 5805) The line has been long enough in the script. --- main/postmarketos-ui-mate/APKBUILD | 2 +- .../postmarketos-ui-mate-openrc.post-install | 3 --- main/postmarketos-ui-xfce4/APKBUILD | 2 +- .../postmarketos-ui-xfce4-openrc.post-install | 3 --- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/main/postmarketos-ui-mate/APKBUILD b/main/postmarketos-ui-mate/APKBUILD index 38aaa29fef..ed0a4b9c66 100644 --- a/main/postmarketos-ui-mate/APKBUILD +++ b/main/postmarketos-ui-mate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakko pkgname=postmarketos-ui-mate pkgver=8 -pkgrel=0 +pkgrel=1 pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)" url="http://mate-desktop.org/" arch="noarch" diff --git a/main/postmarketos-ui-mate/postmarketos-ui-mate-openrc.post-install b/main/postmarketos-ui-mate/postmarketos-ui-mate-openrc.post-install index 537ded9ac8..e3a195a2f7 100644 --- a/main/postmarketos-ui-mate/postmarketos-ui-mate-openrc.post-install +++ b/main/postmarketos-ui-mate/postmarketos-ui-mate-openrc.post-install @@ -4,6 +4,3 @@ rc-update add bluetooth default rc-update add elogind default rc-update add lightdm default rc-update add networkmanager default - -# Needed to fully revert pma!3887 -rc-update -qq del tinydm default || true diff --git a/main/postmarketos-ui-xfce4/APKBUILD b/main/postmarketos-ui-xfce4/APKBUILD index c3a15aa2c2..12e03c979c 100644 --- a/main/postmarketos-ui-xfce4/APKBUILD +++ b/main/postmarketos-ui-xfce4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakko pkgname=postmarketos-ui-xfce4 pkgver=0.5.2 -pkgrel=5 +pkgrel=6 pkgdesc="(X11) Lightweight desktop (stylus recommended)" url="https://gitlab.postmarketos.org/postmarketOS/xfce4-phone" arch="noarch" diff --git a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4-openrc.post-install b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4-openrc.post-install index 537ded9ac8..e3a195a2f7 100644 --- a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4-openrc.post-install +++ b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4-openrc.post-install @@ -4,6 +4,3 @@ rc-update add bluetooth default rc-update add elogind default rc-update add lightdm default rc-update add networkmanager default - -# Needed to fully revert pma!3887 -rc-update -qq del tinydm default || true