mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-23 15:59:59 +00:00
10 lines
119 B
Bash
10 lines
119 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if test "$1" != "upgrade"; then
|
|
update-alternatives --remove uae /usr/bin/p-uae
|
|
fi
|
|
|
|
#DEBHELPER#
|