hyprland-git/debian/hyprland-git.postinst

8 lines
175 B
Plaintext
Raw Permalink Normal View History

2025-02-11 22:53:13 +01:00
#!/bin/sh
set -e
if [ -f /usr/bin/pika-hyprland ]; then
rm -f /usr/share/wayland-sessions/hyprland.desktop
rm -f /usr/share/wayland-sessions/hyprland-uwsm.desktop
fi