summarylogtreecommitdiffstats
path: root/tlog.install
blob: fcae27f0fc0e39232e489dfbc3acd08f749a438a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  grep -Fqx /bin/tlog-rec-session /etc/shells || echo /bin/tlog-rec-session >> /etc/shells
  grep -Fqx /usr/bin/tlog-rec-session /etc/shells || echo /usr/bin/tlog-rec-session >> /etc/shells
}

post_upgrade() {
  post_install
}

pre_remove() {
  sed -i -r '/^(\/usr)?\/bin\/tlog-rec-session$/d' etc/shells
}