From 620d16f2d32dd22c744c6a63c803ce1022e708c9 Mon Sep 17 00:00:00 2001 From: librewish Date: Fri, 15 Apr 2022 13:11:07 +0530 Subject: [PATCH] update pkgrel --- PKGBUILD | 2 +- garuda-common-settings.install | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a22f9fc..8411194 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=garuda-common-settings pkgver=2.6.1 -pkgrel=1 +pkgrel=2 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" license=('GPL') diff --git a/garuda-common-settings.install b/garuda-common-settings.install index 2205e0c..fa47c9d 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -1,11 +1,13 @@ post_install() { + systemctl --global enable psd + systemctl enable systemd-oomd systemctl enable btrfs-balance.timer systemctl enable btrfs-defrag.timer systemctl enable btrfs-scrub.timer systemctl enable btrfs-trim.timer systemctl enable garuda-pacman-lock systemctl enable garuda-pacman-snapshot-reject - systemctl --global enable psd + } post_upgrade() {