From 72e79e10a2341c7def619b0ef2aa6dd150ffbe28 Mon Sep 17 00:00:00 2001 From: Shrinivas Vishnu Kumbhar Date: Mon, 7 Jun 2021 13:01:02 +0530 Subject: [PATCH] add uresourced --- PKGBUILD | 3 ++- garuda-common-settings.install | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 9097fc6..aa0c4b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=garuda-common-settings pkgver=1.2.8 -pkgrel=1 +pkgrel=2 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" license=('GPL') @@ -20,6 +20,7 @@ depends=('garuda-icons' 'nohang' 'prelockd' 'memavaild' + 'uresourced' 'ananicy' 'profile-sync-daemon' 'preload' diff --git a/garuda-common-settings.install b/garuda-common-settings.install index 31308a0..7cada4a 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -21,6 +21,7 @@ post_install() { systemctl enable preload systemctl enable prelockd systemctl enable systemd-swap + systemctl enable uresourced } post_upgrade() { @@ -38,6 +39,7 @@ post_upgrade() { systemctl is-active nohang-desktop >/dev/null || systemctl enable nohang-desktop systemctl is-active preload >/dev/null || systemctl enable preload systemctl is-active prelockd >/dev/null || systemctl enable prelockd + systemctl is-active uresourced >/dev/null || systemctl enable uresourced systemctl is-active systemd-swap >/dev/null || systemctl enable systemd-swap echo ""