vdhcoapp-git: auto updated to 2.0.19.r4.g0b40d3e-2

This commit is contained in:
Lilac 2024-03-23 14:32:32 +00:00
parent 0416758e51
commit 93f027c8c6
4 changed files with 432 additions and 0 deletions

View 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
}