Update customizable_post_install.sh

This commit is contained in:
MacRimi
2025-08-24 10:06:20 +02:00
committed by GitHub
parent 0b346bc343
commit ef1e052e47

View File

@@ -3293,10 +3293,10 @@ configure_figurine() {
local marker_end="# END PMX_FIGURINE" local marker_end="# END PMX_FIGURINE"
cleanup() { cleanup_dir() {
rm -rf "$temp_dir" 2>/dev/null || true rm -rf "$temp_dir" 2>/dev/null || true
} }
trap cleanup EXIT trap cleanup_dir EXIT
if command -v figurine &>/dev/null; then if command -v figurine &>/dev/null; then