mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-18 19:31:37 +08:00
update converter
This commit is contained in:
@@ -319,8 +319,8 @@ for BASENAME in "${BASENAMES[@]}"; do
|
|||||||
log.info " 写入: $BASENAME"
|
log.info " 写入: $BASENAME"
|
||||||
done
|
done
|
||||||
|
|
||||||
# 创建postinst脚本
|
# 创建postrm脚本
|
||||||
cat > "$PKG_BUILD_DIR/DEBIAN/postinst" << 'EOF'
|
cat > "$PKG_BUILD_DIR/DEBIAN/postrm" << 'EOF'
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
|
PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user