linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/trace-cmd.prerm

15 lines
255 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
set -e
# Automatically added by dh_python2:
if which pyclean >/dev/null 2>&1; then
pyclean -p trace-cmd
else
dpkg -L trace-cmd | grep \.py$ | while read file
do
rm -f "${file}"[co] >/dev/null
done
fi
# End automatically added section