Mise en place hooks debian + début script check-install
This commit is contained in:
3
src-example/scripts/pre-install.sh
Normal file
3
src-example/scripts/pre-install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Test pre-install"
|
@ -9,7 +9,7 @@
|
||||
"hooks": {
|
||||
"preBuild": "./scripts/pre-build.sh",
|
||||
"postBuild": "./scripts/post-build.sh",
|
||||
"preInstall": "",
|
||||
"preInstall": "./scripts/pre-install.sh",
|
||||
"preRemove": "",
|
||||
"postInstall": "",
|
||||
"postRemove": ""
|
||||
|
Reference in New Issue
Block a user