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
|
pkgname=garuda-common-settings
|
||||||
pkgver=1.2.8
|
pkgver=1.2.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -20,6 +20,7 @@ depends=('garuda-icons'
|
||||||
'nohang'
|
'nohang'
|
||||||
'prelockd'
|
'prelockd'
|
||||||
'memavaild'
|
'memavaild'
|
||||||
|
'uresourced'
|
||||||
'ananicy'
|
'ananicy'
|
||||||
'profile-sync-daemon'
|
'profile-sync-daemon'
|
||||||
'preload'
|
'preload'
|
||||||
|
|
|
@ -21,6 +21,7 @@ post_install() {
|
||||||
systemctl enable preload
|
systemctl enable preload
|
||||||
systemctl enable prelockd
|
systemctl enable prelockd
|
||||||
systemctl enable systemd-swap
|
systemctl enable systemd-swap
|
||||||
|
systemctl enable uresourced
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
@ -38,6 +39,7 @@ post_upgrade() {
|
||||||
systemctl is-active nohang-desktop >/dev/null || systemctl enable nohang-desktop
|
systemctl is-active nohang-desktop >/dev/null || systemctl enable nohang-desktop
|
||||||
systemctl is-active preload >/dev/null || systemctl enable preload
|
systemctl is-active preload >/dev/null || systemctl enable preload
|
||||||
systemctl is-active prelockd >/dev/null || systemctl enable prelockd
|
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
|
systemctl is-active systemd-swap >/dev/null || systemctl enable systemd-swap
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue