hyprland-git/debian/hyprland-git.postinst

8 lines
175 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