Added post_install.sh and post_remove.sh scripts

This commit is contained in:
CapCreeperGR
2024-07-08 11:58:10 +00:00
parent dc562e4739
commit 3f84cdab7f
3 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
SHELL="/bin/bash"
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
sed -i "s|${SHELL}|d" "$BPM_ROOT"/etc/shells
fi