update converter

This commit is contained in:
2025-10-31 23:34:15 +08:00
parent a2b7bc9826
commit c54a9d39c2

View File

@@ -319,8 +319,8 @@ for BASENAME in "${BASENAMES[@]}"; do
log.info " 写入: $BASENAME"
done
# 创建postinst脚本
cat > "$PKG_BUILD_DIR/DEBIAN/postinst" << 'EOF'
# 创建postrm脚本
cat > "$PKG_BUILD_DIR/DEBIAN/postrm" << 'EOF'
#!/bin/bash
PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"