8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
|
#! /bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
rm -rf /usr/share/python3/__pycache__
|
||
|
|
rm -rf /usr/share/python3/debpython/__pycache__
|
||
|
|
|
||
|
|
|