diff --git a/PKGBUILD b/PKGBUILD index 9317998..e5292a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Librewish pkgname=garuda-common-settings -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" diff --git a/garuda-common-settings.install b/garuda-common-settings.install index caf875e..f519d4e 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -18,7 +18,6 @@ post_install() { systemctl enable irqbalance systemctl enable memavaild systemctl enable nohang-desktop - systemctl enable pacman-init systemctl enable preload systemctl enable prelockd systemctl enable systemd-swap @@ -37,12 +36,18 @@ post_upgrade() { systemctl is-active irqbalance >/dev/null || systemctl enable irqbalance systemctl is-active memavaild >/dev/null || systemctl enable memavaild systemctl is-active nohang-desktop >/dev/null || systemctl enable nohang-desktop - systemctl is-active pacman-init >/dev/null || systemctl enable pacman-init systemctl is-active preload >/dev/null || systemctl enable preload systemctl is-active prelockd >/dev/null || systemctl enable prelockd systemctl is-active systemd-swap >/dev/null || systemctl enable systemd-swap echo "" + msg "Deactivating pacman-init & initializing keyrings" + echo "" + pacman-key --init + pacman-key --populate chaotic + pacman-key --populate archlinux + pacman -Qs blackarch-keyring && pacman-key --populate blackarch + msg "Updating font cache..." mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1 mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1