1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-03 15:57:46 +02:00
larbs/resources/bash-update.hook
2020-05-04 11:03:13 +02:00

12 lines
221 B
Plaintext

[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 dash /usr/bin/sh
Depends = dash