Move dependencies from common-settings to performance-tweaks

This commit is contained in:
TNE 2021-11-09 14:45:59 +01:00
parent 140795a08e
commit cd129aa9f4
2 changed files with 1 additions and 17 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings
pkgver=2.2.2
pkgver=2.3.0
pkgrel=1
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
@ -15,13 +15,7 @@ depends=('btrfsmaintenance'
'garuda-hooks'
'garuda-icons'
'garuda-update'
'ananicy-cpp'
'ananicy-rules-git'
'haveged'
'memavaild'
'nohang'
'preload'
'prelockd'
'profile-sync-daemon'
'zram-generator'
'garuda-bash-config')

View File

@ -4,12 +4,7 @@ post_install() {
systemctl enable btrfs-scrub.timer
systemctl enable btrfs-trim.timer
systemctl enable garuda-pacman-lock
systemctl enable ananicy-cpp
systemctl enable haveged
systemctl enable memavaild
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable psd
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-trim.timer
systemctl enable garuda-pacman-lock
systemctl enable ananicy-cpp
systemctl enable haveged
systemctl enable memavaild
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable psd
sed -i 's|zram_checking_enabled = False|zram_checking_enabled = True|g' /etc/nohang/nohang-desktop.conf