summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-02 19:43:43 +0000
committerdavidovski <david@davidovski.xyz>2022-01-02 19:43:43 +0000
commitdeb305a0a3ce82f507b01ed1589a003cae60f1e9 (patch)
treee27cbdc178b0ea9e0387a6f440f72448f269e386 /repo
parent901f7db97f615f538ea7678e91e0bcd0c5eeedb6 (diff)
added testing postinstall
Diffstat (limited to 'repo')
-rw-r--r--repo/extra/xipkg.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild
index f4b8200..8f82c07 100644
--- a/repo/extra/xipkg.xibuild
+++ b/repo/extra/xipkg.xibuild
@@ -10,3 +10,6 @@ build () {
make DESTDIR=$PKG_DEST install
}
+postinstall () {
+ echo "TESTING POSTINSTALL"
+}