Create the Garuda Linux logs folder automatically
This commit is contained in:
parent
8cd319e3cc
commit
42cbbf597a
2 changed files with 2 additions and 1 deletions
2
PKGBUILD
2
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.6.10
|
pkgver=2.6.11
|
||||||
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"
|
||||||
|
|
1
usr/lib/tmpfiles.d/garuda-logs.conf
Normal file
1
usr/lib/tmpfiles.d/garuda-logs.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"d /var/log/garuda 1755 root root"
|
Loading…
Reference in a new issue