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:
11
resources/bash-update.hook
Normal file
11
resources/bash-update.hook
Normal 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
|
||||
Reference in New Issue
Block a user