summarylogtreecommitdiffstats
path: root/clangbincc.hook
blob: 082a5afff32b767c43c6101a5944880cdcbcb891 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = gcc

[Action]
Description = Re-pointing /bin/cc symlink to clang...
When = PostTransaction
Exec = /usr/bin/ln -sfT clang /usr/bin/cc
Depends = clang