mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 18:08:42 -05:00
Update debian spec
This commit is contained in:
parent
cad49c6d71
commit
ddc6d2da9a
32 changed files with 1803 additions and 5 deletions
12
debian/trimage.prerm.debhelper
vendored
Normal file
12
debian/trimage.prerm.debhelper
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
# 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