👷‍♂️ Change preinstall hook to postinstall

This commit is contained in:
C-3PO 2018-10-21 03:36:58 +02:00
parent 01926cfe97
commit 0d6c649127
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -7,7 +7,7 @@
"url": "https://git.jedipedia.net/swtor/ssn.git" "url": "https://git.jedipedia.net/swtor/ssn.git"
}, },
"scripts": { "scripts": {
"preinstall": "chmod +x build.sh && ./build.sh" "postinstall": "chmod +x build.sh && ./build.sh"
}, },
"files": [ "files": [
"build.sh", "build.sh",