7d175a9ba9
Like Neutron, removing the check for bash script usage and changed bash scripts to use '#!/usr/bin/env bash'. Change-Id: Id0a74c1a976c06c66ebb370d0d9e17de17dc5231 Closes-Bug: #1441632
6 lines
196 B
Bash
Executable File
6 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -rf ./*.deb ./*.tar.gz ./*.dsc ./*.changes
|
|
rm -rf */*.deb
|
|
rm -rf ./plugins/**/build/ ./plugins/**/dist
|
|
rm -rf ./plugins/**/lib/neutron_*_plugin.egg-info ./plugins/neutron-*
|