repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
byacc
/
dist
/
package
/
debian
/
prerm
blob
f3889d73a5986352a13aa381ffc4706409c16fd0
1
#! /bin/sh
2
# prerm script for byacc
3
4
set -e
5
6
if
[
$1
!=
"upgrade"
];
then
7
update-alternatives
--remove
yacc
/
usr
/
bin
/
byacc
8
fi
9
10
#DEBHELPER#
11
12
exit
0