update pkgrel

This commit is contained in:
librewish 2022-04-15 13:11:07 +05:30
parent 3bee321867
commit 620d16f2d3
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pkgname=garuda-common-settings pkgname=garuda-common-settings
pkgver=2.6.1 pkgver=2.6.1
pkgrel=1 pkgrel=2
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"
license=('GPL') license=('GPL')

View File

@ -1,11 +1,13 @@
post_install() { post_install() {
systemctl --global enable psd
systemctl enable systemd-oomd
systemctl enable btrfs-balance.timer systemctl enable btrfs-balance.timer
systemctl enable btrfs-defrag.timer systemctl enable btrfs-defrag.timer
systemctl enable btrfs-scrub.timer systemctl enable btrfs-scrub.timer
systemctl enable btrfs-trim.timer systemctl enable btrfs-trim.timer
systemctl enable garuda-pacman-lock systemctl enable garuda-pacman-lock
systemctl enable garuda-pacman-snapshot-reject systemctl enable garuda-pacman-snapshot-reject
systemctl --global enable psd
} }
post_upgrade() { post_upgrade() {