hyprland/debian/hyprland.postinst

9 lines
176 B
Plaintext
Raw Normal View History

2025-02-11 22:52:50 +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