Trimage/debian/trimage.prerm.debhelper
2017-07-09 13:18:00 +03:00

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