From 433c9fc4acc000e29c0c9675b3cff7c9601105eb Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Tue, 18 Jan 2022 17:59:00 +0000
Subject: moved postinstall dir to be a more logical

---
 default.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.conf b/default.conf
index 7d30712..d5a5594 100644
--- a/default.conf
+++ b/default.conf
@@ -3,7 +3,7 @@ dir {
     keychain    /var/lib/xipkg/keychain
     sources     /var/lib/xipkg/sources
     installed   /var/lib/xipkg/installed
-    postinstall /tmp/xi/postinstall
+    postinstall /var/lib/postinstall
     cache       /var/cache/xipkg
 }
 
-- 
cgit v1.2.1