summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-plasma-theme')
-rw-r--r--raveos-plasma-theme/PKGBUILD2
-rwxr-xr-xraveos-plasma-theme/raveos-plasma-apply.sh8
2 files changed, 3 insertions, 7 deletions
diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD
index 4b8a0e9..1e3a8f9 100644
--- a/raveos-plasma-theme/PKGBUILD
+++ b/raveos-plasma-theme/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=raveos-plasma-theme
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="RaveOS Plasma theme payload and installer"
arch=('any')
url="https://raveos.local"
diff --git a/raveos-plasma-theme/raveos-plasma-apply.sh b/raveos-plasma-theme/raveos-plasma-apply.sh
index cf1ce9c..07ccbcd 100755
--- a/raveos-plasma-theme/raveos-plasma-apply.sh
+++ b/raveos-plasma-theme/raveos-plasma-apply.sh
@@ -175,13 +175,9 @@ while IFS=: read -r user _ uid gid _ home shell; do
ensure_bashrc_hook "${home}/.bashrc"
echo "1" > "${home}/.config/raveos/plasma-migrated"
- chown "${uid}:${gid}" "${home}/.config" "${home}/.local" 2>/dev/null || true
chown -R "${uid}:${gid}" \
- "${home}/.config/kitty" \
- "${home}/.config/fastfetch" \
- "${home}/.config/autostart" \
- "${home}/.config/raveos" \
- "${home}/.local/share/konsole" \
+ "${home}/.config" \
+ "${home}/.local" \
"${home}/.bashrc" 2>/dev/null || true
done < /etc/passwd