kolibrios-gcc-toolchain/package/DEBIAN/postrm
2024-11-09 12:49:46 +00:00

8 lines
196 B
Bash
Executable File

#!/bin/bash
rm -R /home/autobuild/tools/win32
if grep -q 'PATH=$PATH:/home/autobuild/tools/win32/bin' /etc/profile; then
sed -i '/PATH=$PATH:/home/autobuild/tools/win32/bin/d' /etc/profile
fi