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

9
debian/trimage/DEBIAN/postinst vendored Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
# Automatically added by dh_python2:
if which pycompile >/dev/null 2>&1; then
pycompile -p trimage
fi
# End automatically added section