repo.or.cz
/
rofl0r-PUAE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cd32_fmv: align with WinUAE
[rofl0r-PUAE.git]
/
debian
/
prerm
blob
e91dab538f42f6865c50dc30aa91e374eec7eef0
1
#!/bin/sh
2
3
set -e
4
5
if
test
"
$1
"
!=
"upgrade"
;
then
6
update-alternatives
--remove
uae
/
usr
/
bin
/
p-uae
7
fi
8
9
#DEBHELPER#