HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/lib/dpkg/info/turnkey-pylib.prerm
#!/bin/sh
set -e

# Automatically added by dh_python2
if which pyclean >/dev/null 2>&1; then
	pyclean -p turnkey-pylib 
else
	dpkg -L turnkey-pylib | grep '\.py$' | while read file
	do
		rm -f "${file}"[co] >/dev/null
  	done
fi

# End automatically added section