repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upgrade Tor Browser to 14.0a6 (refs: tails#20448)
[tails.git]
/
config
/
chroot_local-hooks
/
99-remove_pyc
blob
50220bdd02511f108fdbcce64e78b649f7897d2d
1
#!/bin/sh
2
3
set -e
4
5
# Note: this must happen *after* 99-dedup_usr_share_doc
6
echo
"Removing *.pyc"
7
find
/
usr
-type
f
-name
"*.pyc"
-delete