OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
usr
/
share
/
debhelper
/
autoscripts
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 07:56:10 PM
rwxr-xr-x
📄
postinst-py3compile
77 bytes
08/16/2019 12:59:18 AM
rw-r--r--
📄
postinst-pypycompile
193 bytes
08/16/2019 12:59:18 AM
rw-r--r--
📄
prerm-py3clean
309 bytes
08/16/2019 12:59:18 AM
rw-r--r--
📄
prerm-pypyclean
308 bytes
08/16/2019 12:59:18 AM
rw-r--r--
Editing: prerm-py3clean
Close
if which py3clean >/dev/null 2>&1; then py3clean -p #PACKAGE# #ARGS# else dpkg -L #PACKAGE# | perl -ne 's,/([^/]*)\.py$,/__pycache__/\1.*, or next; unlink $_ or die $! foreach glob($_)' find /usr/lib/python3/dist-packages/ -type d -name __pycache__ -empty -print0 | xargs --null --no-run-if-empty rmdir fi