OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
debhelper
/
autoscripts
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/14/2020 08:39:18 AM
rwxr-xr-x
📄
postinst-py3compile
77 bytes
03/26/2018 07:42:23 PM
rw-r--r--
📄
postinst-pycompile
75 bytes
04/16/2018 02:31:18 PM
rw-r--r--
📄
postinst-pypycompile
193 bytes
03/26/2018 07:42:23 PM
rw-r--r--
📄
preinst-pycentral-clean
233 bytes
04/16/2018 02:31:18 PM
rw-r--r--
📄
prerm-py3clean
309 bytes
03/26/2018 07:42:23 PM
rw-r--r--
📄
prerm-pyclean
173 bytes
04/16/2018 02:31:18 PM
rw-r--r--
📄
prerm-pypyclean
308 bytes
03/26/2018 07:42:23 PM
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