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
14
debian/trimage/DEBIAN/prerm
vendored
Executable file
14
debian/trimage/DEBIAN/prerm
vendored
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue