Update debian spec

This commit is contained in:
Linux 2017-07-09 13:18:00 +03:00
parent cad49c6d71
commit ddc6d2da9a
32 changed files with 1803 additions and 5 deletions

12
debian/trimage.prerm.debhelper vendored Normal file
View file

@ -0,0 +1,12 @@
# 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