Files
fish/post_remove.sh
T
2024-07-08 12:03:04 +00:00

8 lines
130 B
Bash

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