From f36a24225ac6935ec59d65e377946cbc26b960f5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 17:59:24 +0000 Subject: moved postinstall dir to be somewhere more logical --- xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xibuild') diff --git a/xibuild b/xibuild index d04051a..af3ea88 100755 --- a/xibuild +++ b/xibuild @@ -160,7 +160,7 @@ xibuild () { if command -v postinstall > /dev/null; then POSTINSTALL=$(type postinstall | sed '1,3d;$d') if [ ${#POSTINSTALL} != 0 ]; then - POST_DIR=$PKG_DEST/tmp/xi/postinstall + POST_DIR=$PKG_DEST/var/lib/xipkg/postinstall mkdir -p $POST_DIR echo "#!/bin/sh" > $POST_DIR/$PKG_NAME.sh echo $POSTINSTALL >> $POST_DIR/$PKG_NAME.sh -- cgit v1.2.1