vdhcoapp-bin: auto updated to 2.0.19-2

This commit is contained in:
Lilac 2024-06-01 11:01:24 +00:00
parent 7afb60fed7
commit 3ba4efd2ca
6 changed files with 43 additions and 72 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
}