gamescope-session/debian/rules

11 lines
386 B
Plaintext
Raw Normal View History

2023-04-27 12:46:02 +02:00
#!/usr/bin/make -f
override_dh_install:
2023-04-27 16:27:21 +02:00
dh_install
2023-04-27 12:46:02 +02:00
rm -rfv debian/gamescope-session/usr/share/wayland-sessions/gamescope-session.desktop
cp -rfv debian/extras/zwayland-gamescope-session.desktop debian/gamescope-session/usr/share/wayland-sessions/
2023-04-27 16:27:21 +02:00
cp -rfv debian/extras/gamescope-resolution-configurator debian/gamescope-session/usr/bin/gamescope-resolution-configurator
2023-04-27 12:46:02 +02:00
%:
dh $@