generated from wm-packages/hyprland
8 lines
175 B
Bash
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 |