vdhcoapp-bin: auto updated to 2.0.19-2
This commit is contained in:
parent
7afb60fed7
commit
3ba4efd2ca
6 changed files with 43 additions and 72 deletions
14
repo/vdhcoapp-bin/vdhcoapp.install
Normal file
14
repo/vdhcoapp-bin/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