From 034051cbb4edae0cc7f2f438d93e5940532ef6e9 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Fri, 6 Aug 2021 09:18:33 +0200 Subject: [PATCH] Remove old post-install notice --- PKGBUILD | 2 +- garuda-common-settings.install | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 24aff51..cddc024 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Librewish pkgname=garuda-common-settings -pkgver=2.0.1 +pkgver=2.0.0 pkgrel=1 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" diff --git a/garuda-common-settings.install b/garuda-common-settings.install index 09b4080..592264b 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -21,13 +21,6 @@ post_install() { } post_upgrade() { - msg "Disable conflicting services..." - systemctl disable --now ananicy - systemctl disable --now irqbalance - systemctl disable --now systemd-oomd - systemctl disable --now systemd-swap - systemctl disable --now uresourced - msg "Attempting to enable services..." systemctl enable btrfs-balance.timer systemctl enable btrfs-defrag.timer @@ -53,7 +46,6 @@ post_upgrade() { /bin/sh -c 'dconf update' echo "" - msg "Done! - This update replaces systemd-swap with zram-generator & makes irqbalance, uresourced and ananicy optdepends. Please remove the resulting orphans after this update by using the Garuda Assistant option!" + msg "Done!" echo "" }