summaryrefslogtreecommitdiffstats
path: root/main/zsh/zsh.pre-deinstall
blob: bd078e838c5513e625d3f02bfd161544cd07b301 (plain)
1
2
3
#!/bin/sh
sed -i '/^\/bin\/zsh/d' /etc/shells
exit 0