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