From d7891c062d3693b322d20156490df3a10a8a4b17 Mon Sep 17 00:00:00 2001 From: Nippy Date: Mon, 22 Jun 2026 10:46:30 +0200 Subject: update sddm --- raveos-hyprland-theme/raveos-hyprland-theme.install | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'raveos-hyprland-theme/raveos-hyprland-theme.install') diff --git a/raveos-hyprland-theme/raveos-hyprland-theme.install b/raveos-hyprland-theme/raveos-hyprland-theme.install index 876a411..3ceb57a 100644 --- a/raveos-hyprland-theme/raveos-hyprland-theme.install +++ b/raveos-hyprland-theme/raveos-hyprland-theme.install @@ -1,7 +1,17 @@ +pre_install() { + # Ha a fájl már létezik (apply.sh telepítette, pacman nem ownolja), + # töröljük mielőtt a pacman megpróbálja telepíteni - különben "conflicting files" hiba + rm -f /etc/sddm.conf.d/raveos-theme.conf +} + +pre_upgrade() { + rm -f /etc/sddm.conf.d/raveos-theme.conf +} + post_install() { - : + : } post_upgrade() { - : + : } -- cgit v1.3