From ef1e052e47994c6b5a7e9f7be6bcf3935a916c57 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:06:20 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index b75c29e..8f626e6 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -3293,10 +3293,10 @@ configure_figurine() { local marker_end="# END PMX_FIGURINE" - cleanup() { + cleanup_dir() { rm -rf "$temp_dir" 2>/dev/null || true } - trap cleanup EXIT + trap cleanup_dir EXIT if command -v figurine &>/dev/null; then