repo.or.cz
/
xz
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: New upstream release
[xz/debian.git]
/
debian
/
xz-utils.prerm
blob
8dd3d8f70298aa0d114a826eea3fc68696a48067
1
#!/bin/sh
2
set -e
3
if
4
test
"
$1
"
!=
upgrade ||
5
# downgrading to a pre-alternatives version
6
dpkg
--compare-versions
"
$2
"
lt-nl
5.1.1
alpha
+
20120614
-1
7
then
8
update-alternatives
--remove
lzma
/
usr
/
bin
/
xz
9
fi
10
#DEBHELPER#