summarylogtreecommitdiffstats
path: root/holodev.install
diff options
context:
space:
mode:
Diffstat (limited to 'holodev.install')
-rw-r--r--holodev.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/holodev.install b/holodev.install
new file mode 100644
index 000000000000..f42fa5395878
--- /dev/null
+++ b/holodev.install
@@ -0,0 +1,7 @@
+post_install() {
+ holodev setup
+}
+
+post_upgrade() {
+ post_install
+}