1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-11-19 11:19:46 +01:00

dash is now /bin/sh

This commit is contained in:
TiynGER
2020-05-04 11:03:13 +02:00
parent c9cbbb9893
commit a61acd9080
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,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 dash /usr/bin/sh
Depends = dash