Files
dash/post_remove.sh
T
2025-05-08 16:54:16 +03:00

8 lines
128 B
Bash

#!/bin/sh
SHELL="/bin/dash"
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
sed -i "\|${SHELL}|d" "$BPM_ROOT"/etc/shells
fi