mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Update debian spec
This commit is contained in:
parent
cad49c6d71
commit
ddc6d2da9a
32 changed files with 1803 additions and 5 deletions
9
debian/trimage/DEBIAN/postinst
vendored
Executable file
9
debian/trimage/DEBIAN/postinst
vendored
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue