diff options
Diffstat (limited to 'repo/extra/xipkg.xibuild')
-rw-r--r-- | repo/extra/xipkg.xibuild | 3 |
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" +} |