ab32338962
Like Neutron, removing the check for bash script usage and changed bash scripts to use '#!/usr/bin/env bash'. Change-Id: Iab8ce0382695be8d8c7cd644b036dbf41dfd90b3 Closes-Bug: #1441244
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-*
|