summaryrefslogtreecommitdiffstats
path: root/gcc.pkg.in/prerm
blob: 5d0150b0bf8b645ce088673306615214a7379de0 (plain)
1
2
3
4
5
#! /bin/sh

if [ "${1}" = remove ]; then
	update-alternatives --remove cc /usr/bin/gcc
fi