mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-27 01:50:51 +00:00
8 lines
97 B
Bash
8 lines
97 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
update-alternatives --install /usr/bin/uae uae /usr/bin/p-uae 80
|
|
|
|
#DEBHELPER#
|