mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
9 lines
157 B
Bash
Executable file
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
|