1
0
Fork 0
mirror of synced 2024-06-14 21:01:10 -04:00

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> # Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings pkgname=garuda-common-settings
pkgver=2.0.1 pkgver=2.0.0
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"

View file

@ -21,13 +21,6 @@ post_install() {
} }
post_upgrade() { 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..." msg "Attempting to enable services..."
systemctl enable btrfs-balance.timer systemctl enable btrfs-balance.timer
systemctl enable btrfs-defrag.timer systemctl enable btrfs-defrag.timer
@ -53,7 +46,6 @@ post_upgrade() {
/bin/sh -c 'dconf update' /bin/sh -c 'dconf update'
echo "" echo ""
msg "Done! 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!"
echo "" echo ""
} }