Remove old post-install notice

This commit is contained in:
dr460nf1r3 2021-08-06 09:18:33 +02:00
parent 9188d18729
commit 034051cbb4
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 2 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
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"

View File

@ -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 ""
}