hyprland/debian/hyprland.postinst
2025-02-11 22:52:50 +01:00

9 lines
176 B
Bash

#!/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