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

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