radioconda/installer_specs/radioconda-linux-ppc64le/post_install.sh

5 lines
101 B
Bash
Raw Normal View History

2021-05-21 15:09:50 -04:00
#!/bin/sh
PREFIX="${PREFIX:-$2/radioconda}"
2023-01-19 13:08:23 -05:00
rm -f $PREFIX/pkgs/*.tar.bz2 $PREFIX/pkgs/*.conda
2021-05-21 15:09:50 -04:00
exit 0