add uresourced
This commit is contained in:
parent
73e39ef0cc
commit
72e79e10a2
2 changed files with 4 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=garuda-common-settings
|
||||
pkgver=1.2.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('any')
|
||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||
license=('GPL')
|
||||
|
@ -20,6 +20,7 @@ depends=('garuda-icons'
|
|||
'nohang'
|
||||
'prelockd'
|
||||
'memavaild'
|
||||
'uresourced'
|
||||
'ananicy'
|
||||
'profile-sync-daemon'
|
||||
'preload'
|
||||
|
|
|
@ -21,6 +21,7 @@ post_install() {
|
|||
systemctl enable preload
|
||||
systemctl enable prelockd
|
||||
systemctl enable systemd-swap
|
||||
systemctl enable uresourced
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
@ -38,6 +39,7 @@ post_upgrade() {
|
|||
systemctl is-active nohang-desktop >/dev/null || systemctl enable nohang-desktop
|
||||
systemctl is-active preload >/dev/null || systemctl enable preload
|
||||
systemctl is-active prelockd >/dev/null || systemctl enable prelockd
|
||||
systemctl is-active uresourced >/dev/null || systemctl enable uresourced
|
||||
systemctl is-active systemd-swap >/dev/null || systemctl enable systemd-swap
|
||||
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue