Remove old post-install notice
This commit is contained in:
parent
9188d18729
commit
034051cbb4
2 changed files with 2 additions and 10 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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"
|
||||
|
|
|
@ -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 ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue