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