summarylogtreecommitdiffstats
path: root/winrun.install
blob: fdfb6270d94a227acf256ecaac82a5022165df21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat <<'MSG'
winrun installed.

Runtime tips:
- Ensure uinput is available: sudo modprobe uinput
- If needed, preserve desktop vars under sudo:
  sudo --preserve-env=XDG_RUNTIME_DIR,WAYLAND_DISPLAY,DISPLAY,DBUS_SESSION_BUS_ADDRESS winrun /path/to/file.exe
MSG
}

post_upgrade() {
  post_install
}