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