Revert pacman-init
This commit is contained in:
parent
fc15f8b3eb
commit
ced1c7c5bb
2 changed files with 8 additions and 3 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Librewish <librewish@gmail.com>
|
||||
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue