Files
zsh/post_remove.sh
T
2024-07-08 12:03:55 +00:00

8 lines
129 B
Bash

#!/bin/bash
SHELL="/bin/zsh"
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
sed -i "s|${SHELL}|d" "$BPM_ROOT"/etc/shells
fi