kolibrios-gcc-toolchain/package/DEBIAN/prerm

6 lines
90 B
Plaintext
Raw Normal View History

2024-11-10 11:27:09 +01:00
#!/bin/bash
TOOLCHAIN_DIR=$(head -n 1 /etc/kos32-gcc/install-path)
rm -R $TOOLCHAIN_DIR