summaryrefslogtreecommitdiff
path: root/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.sh b/package.sh
index 74c838e16..a0f1447bb 100755
--- a/package.sh
+++ b/package.sh
@@ -17,6 +17,7 @@ export PKG_BASE=$(realpath "$(dirname "$0")")
pkg: mkdir -p /DEBIAN
./control.sh "${PKG_NAME}" control >"$(pkg_ /DEBIAN/control)"
+#cp -a "${PKG_DATA}"/_metadata/postinst "$(pkg_ /DEBIAN)"
export PKG_HASH=$(util/catdir.sh "${PKG_DEST}" | md5sum | cut -d ' ' -f 1)
echo "hashed dest ${PKG_NAME} to: ${PKG_HASH}"