mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
12 lines
234 B
Text
12 lines
234 B
Text
|
|
# Automatically added by dh_python2:
|
|
if which pyclean >/dev/null 2>&1; then
|
|
pyclean -p trimage
|
|
else
|
|
dpkg -L trimage | grep \.py$ | while read file
|
|
do
|
|
rm -f "${file}"[co] >/dev/null
|
|
done
|
|
fi
|
|
|
|
# End automatically added section
|