added missing uninstall scripts for tools installed via pip

This commit is contained in:
Michael Rodler 2016-06-01 13:29:53 +02:00
parent f7eee72e11
commit fb29febc61
2 changed files with 6 additions and 0 deletions

3
hashpump/uninstall Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall -y hashpumpy || true

3
python-paddingoracle/uninstall Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall -y python-paddingoracle || true