#!/bin/shset-e# Remove only the canonical farm. Extra names a local admin added with# `kache install-shims --from-path /usr/lib/kache` are left in place.case"$1"inremove|deconfigure)if[-d /usr/lib/kache ];thenfor name in cc c++ gcc g++ clang clang++;dopath="/usr/lib/kache/$name"if[-L"$path"];thenrm -f"$path"fidonermdir /usr/lib/kache 2>/dev/null||truefi;;esacexit 0