summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
-rw-r--r--raveos-hyprland-theme/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD
index bff862b..3ac1536 100644
--- a/raveos-hyprland-theme/PKGBUILD
+++ b/raveos-hyprland-theme/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=raveos-hyprland-theme
pkgver=0.0.0
-pkgrel=42
+pkgrel=43
pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)"
arch=('any')
url="https://raveos.local"
@@ -52,10 +52,9 @@ package() {
cp -r "${startdir}/theme-data/sddm/sddm-rave-theme" \
"${pkgdir}/usr/share/sddm/themes/sddm-rave-theme"
- # SDDM konfig: aktív téma beállítása - PKGBUILD-ben van, nem az apply scriptben,
- # hogy upgrade esetén is frissüljön (az apply service csak egyszer fut)
- install -Dm644 "${startdir}/theme-data/sddm/sddm.conf" \
- "${pkgdir}/etc/sddm.conf.d/raveos-theme.conf"
+ # SDDM konfig: NEM itt telepítjük, hanem post_install/post_upgrade hook-ból,
+ # mert ha az unowned fájl már létezik, a pacman ütközés-ellenőrzése ELŐBB fut
+ # mint a pre_upgrade() hook, és blokkolja a tranzakciót.
# apply script: boot-kor futó installer (systemd service hívja)
install -Dm755 "${startdir}/raveos-hyprland-apply.sh" \