Trimage/debian/trimage/DEBIAN/postinst
2017-07-09 13:18:00 +03:00

9 lines
157 B
Bash
Executable file

#!/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