diff options
Diffstat (limited to 'raveos-hyprland-theme/raveos-hyprland-theme.install')
| -rw-r--r-- | raveos-hyprland-theme/raveos-hyprland-theme.install | 14 |
1 files changed, 12 insertions, 2 deletions
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() { - : + : } |