Move dependencies from common-settings to performance-tweaks
This commit is contained in:
parent
140795a08e
commit
cd129aa9f4
2 changed files with 1 additions and 17 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=2.2.2
|
pkgver=2.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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"
|
||||||
|
@ -15,13 +15,7 @@ depends=('btrfsmaintenance'
|
||||||
'garuda-hooks'
|
'garuda-hooks'
|
||||||
'garuda-icons'
|
'garuda-icons'
|
||||||
'garuda-update'
|
'garuda-update'
|
||||||
'ananicy-cpp'
|
|
||||||
'ananicy-rules-git'
|
|
||||||
'haveged'
|
|
||||||
'memavaild'
|
|
||||||
'nohang'
|
'nohang'
|
||||||
'preload'
|
|
||||||
'prelockd'
|
|
||||||
'profile-sync-daemon'
|
'profile-sync-daemon'
|
||||||
'zram-generator'
|
'zram-generator'
|
||||||
'garuda-bash-config')
|
'garuda-bash-config')
|
||||||
|
|
|
@ -4,12 +4,7 @@ post_install() {
|
||||||
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 ananicy-cpp
|
|
||||||
systemctl enable haveged
|
|
||||||
systemctl enable memavaild
|
|
||||||
systemctl enable nohang-desktop
|
systemctl enable nohang-desktop
|
||||||
systemctl enable preload
|
|
||||||
systemctl enable prelockd
|
|
||||||
systemctl --global enable psd
|
systemctl --global enable psd
|
||||||
|
|
||||||
sed -i 's|zram_checking_enabled = False|zram_checking_enabled = True|g' /etc/nohang/nohang-desktop.conf
|
sed -i 's|zram_checking_enabled = False|zram_checking_enabled = True|g' /etc/nohang/nohang-desktop.conf
|
||||||
|
@ -22,12 +17,7 @@ post_upgrade() {
|
||||||
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 ananicy-cpp
|
|
||||||
systemctl enable haveged
|
|
||||||
systemctl enable memavaild
|
|
||||||
systemctl enable nohang-desktop
|
systemctl enable nohang-desktop
|
||||||
systemctl enable preload
|
|
||||||
systemctl enable prelockd
|
|
||||||
systemctl --global enable psd
|
systemctl --global enable psd
|
||||||
|
|
||||||
sed -i 's|zram_checking_enabled = False|zram_checking_enabled = True|g' /etc/nohang/nohang-desktop.conf
|
sed -i 's|zram_checking_enabled = False|zram_checking_enabled = True|g' /etc/nohang/nohang-desktop.conf
|
||||||
|
|
Loading…
Reference in a new issue