6 lines
184 B
Bash
Executable File
6 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ./*.deb ./*.tar.gz ./*.dsc ./*.changes
|
|
rm -rf */*.deb
|
|
rm -rf ./plugins/**/build/ ./plugins/**/dist
|
|
rm -rf ./plugins/**/lib/apmec_*_plugin.egg-info ./plugins/apmec-*
|