summarylogtreecommitdiffstats
path: root/vdhcoapp.install
diff options
context:
space:
mode:
Diffstat (limited to 'vdhcoapp.install')
-rw-r--r--vdhcoapp.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/vdhcoapp.install b/vdhcoapp.install
new file mode 100644
index 000000000000..847fee93b73b
--- /dev/null
+++ b/vdhcoapp.install
@@ -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
+}