kolibrios-gcc-toolchain/package/DEBIAN/prerm

8 lines
113 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
rm -R /home/autobuild