Mise en place hooks debian + début script check-install

This commit is contained in:
2015-07-02 17:01:26 +02:00
parent a45d9c5fa3
commit afe7725c1b
6 changed files with 135 additions and 17 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "Test pre-install"

View File

@ -9,7 +9,7 @@
"hooks": {
"preBuild": "./scripts/pre-build.sh",
"postBuild": "./scripts/post-build.sh",
"preInstall": "",
"preInstall": "./scripts/pre-install.sh",
"preRemove": "",
"postInstall": "",
"postRemove": ""