Modified version of Luke Smith LARBS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
221 B

  1. [Trigger]
  2. Type = Package
  3. Operation = Install
  4. Operation = Upgrade
  5. Target = bash
  6. [Action]
  7. Description = Re-pointing /bin/sh symlink to dash...
  8. When = PostTransaction
  9. Exec = /usr/bin/ln -sfT dash /usr/bin/sh
  10. Depends = dash