mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-09-07 15:47:48 -04:00
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/sh
|
|
PREFIX="${PREFIX:-$2/radioconda}"
|
|
rm -f $PREFIX/pkgs/*.tar.bz2
|
|
exit 0
|