mirror of https://github.com/EspoTek/Labrador.git
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rm -r LABRADEPLOY
|
||
|
rm -r Labrador
|
||
|
rm -r lib
|
||
|
rm -r plugins
|
||
|
rm -r translations
|
||
|
rm -r waveforms
|
||
|
rm -r settings.set
|
||
|
rm -r doc
|
||
|
rm -r labradeb/usr/share/espotek/labrador
|
||
|
rm AppRun
|
||
|
rm qt.conf
|
||
|
|