summarylogtreecommitdiffstats
path: root/loksh-git.install
blob: 7f14003295d85213acd3c50259fbc01ddc72c36a (plain)
1
2
3
4
5
6
7
8
post_install() {
  grep -qe '^/usr/bin/loksh$' etc/shells || echo '/usr/bin/loksh' >> etc/shells
}

pre_remove() {
  sed -ri '\|^/usr/bin/loksh$|d' etc/shells
}