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

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