summarylogtreecommitdiffstats
path: root/dashbinsh.install
blob: fc376280f8fa346c939532c42ba963fdb0f77015 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  /usr/bin/ln -sfT dash /usr/bin/sh
}

post_upgrade() {
  post_install
}

post_remove() {
  /usr/bin/ln -sfT bash /usr/bin/sh
}