summarylogtreecommitdiffstats
path: root/zshbinsh.hook
blob: 5f1b5e744e926617e9452d83844928fa59e44056 (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 zsh...
When = PostTransaction
Exec = /usr/bin/ln -sfT zsh /usr/bin/sh
Depends = zsh