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() {