vdhcoapp-git: auto updated to 2.0.19.r4.g0b40d3e-2
This commit is contained in:
parent
0416758e51
commit
93f027c8c6
4 changed files with 432 additions and 0 deletions
14
repo/vdhcoapp-git/vdhcoapp.install
Normal file
14
repo/vdhcoapp-git/vdhcoapp.install
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
post_install() {
|
||||
echo "vdhcoapp: system install"
|
||||
vdhcoapp install --system
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
echo "vdhcoapp: system install"
|
||||
vdhcoapp install --system
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
echo "vdhcoapp: system uninstall"
|
||||
vdhcoapp uninstall --system
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue