repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move code for launching tests out of router_add_to_routerlist()
[tor.git]
/
debian
/
tor.postrm
blob
cb3707e27fb2854d6c631b8c38ea76440f826248
1
#!/bin/sh -e
2
3
if
[
"
$1
"
=
"purge"
];
then
4
# logs have to be removed according to policy.
5
rm
-rf
/
var
/
log
/
tor
/
6
rm
-rf
/
var
/
lib
/
tor
/
7
fi
8
9
#DEBHELPER#
10
11
exit
0