diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 23:09:32 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 23:09:32 +0200 |
| commit | efba45bbe4e668f483a748c0978e6542c6ee4f95 (patch) | |
| tree | c2e1cf5b5c61027f94a7604b0174f55cee862ff7 /raveos-cosmic-theme | |
| parent | ca0496d0d9043c2f1108368ccfd26ae53cfaa0bd (diff) | |
| download | RaveOS-PKGBUILD-efba45bbe4e668f483a748c0978e6542c6ee4f95.tar.gz RaveOS-PKGBUILD-efba45bbe4e668f483a748c0978e6542c6ee4f95.zip | |
Diffstat (limited to 'raveos-cosmic-theme')
| -rw-r--r-- | raveos-cosmic-theme/.SRCINFO | 2 | ||||
| -rw-r--r-- | raveos-cosmic-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-cosmic-theme/raveos-cosmic-apply.sh | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/raveos-cosmic-theme/.SRCINFO b/raveos-cosmic-theme/.SRCINFO index 599d226..f9d7c9f 100644 --- a/raveos-cosmic-theme/.SRCINFO +++ b/raveos-cosmic-theme/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = raveos-cosmic-theme pkgdesc = RaveOS Cosmic theme payload and installer pkgver = 1.0.0 - pkgrel = 4 + pkgrel = 5 url = https://raveos.local install = raveos-cosmic-theme.install arch = any diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD index 7dac3d4..ac73ae7 100644 --- a/raveos-cosmic-theme/PKGBUILD +++ b/raveos-cosmic-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-cosmic-theme pkgver=1.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="RaveOS Cosmic theme payload and installer" arch=('any') url="https://raveos.local" diff --git a/raveos-cosmic-theme/raveos-cosmic-apply.sh b/raveos-cosmic-theme/raveos-cosmic-apply.sh index fb34b7d..23e18bf 100755 --- a/raveos-cosmic-theme/raveos-cosmic-apply.sh +++ b/raveos-cosmic-theme/raveos-cosmic-apply.sh @@ -125,6 +125,7 @@ while IFS=: read -r user _ uid gid _ home shell; do touch "$user_marker" chown "${uid}:${gid}" "${home}/.bashrc" 2>/dev/null || true + chown "${uid}:${gid}" "${home}/.config" 2>/dev/null || true for d in \ .config/kitty \ .config/fastfetch \ |