Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
usr
/
share
/
debhelper
/
autoscripts
/
//proc/thread-self/root/usr/share/debhelper/autoscripts/prerm-pyclean
if which pyclean >/dev/null 2>&1; then pyclean -p #PACKAGE# #ARGS# else dpkg -L #PACKAGE# | grep \.py$ | while read file do rm -f "${file}"[co] >/dev/null done fi