mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -fr /assets/packages/*.deb
|
|
rm -fr /assets/packages/Packages*
|
|
rm -fr /assets/packages/Release
|
|
|
|
exit 0
|