repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git]
/
config
/
chroot_local-hooks
/
42-remove_tsocks_binary
blob
3cfde2a4dd23e544beb961861de388e94b732932
1
#!/bin/sh
2
3
set -e
4
5
echo
"Removing tsocks"
6
7
# Move any /usr/bin/tsocks installed by any package out of the way,
8
# now (--rename) as well for any future one (hint: apt-get upgrade...).
9
dpkg-divert
--rename --add
/
usr
/
bin
/
tsocks