Removing unused python2 executables.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ac7a6d86b8
commit
31d25a6704
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -8,3 +8,8 @@ export PYBUILD_NAME=ptpython
|
||||||
execute_after_dh_auto_clean:
|
execute_after_dh_auto_clean:
|
||||||
# help pybuild
|
# help pybuild
|
||||||
rm -rf *.egg-info
|
rm -rf *.egg-info
|
||||||
|
|
||||||
|
execute_after_dh_auto_install:
|
||||||
|
# removing unused files
|
||||||
|
rm -f debian/ptpython/usr/bin/ptpython
|
||||||
|
rm -f debian/ptpython/usr/bin/ptipython
|
||||||
|
|
Loading…
Add table
Reference in a new issue