summarylogtreecommitdiffstats
path: root/hybris-ready.install
diff options
context:
space:
mode:
Diffstat (limited to 'hybris-ready.install')
-rw-r--r--hybris-ready.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/hybris-ready.install b/hybris-ready.install
new file mode 100644
index 000000000000..b8503c24c87c
--- /dev/null
+++ b/hybris-ready.install
@@ -0,0 +1,11 @@
+
+post_install(){
+ printf '===> Android Hw\n'
+ printf ' To start Android services, bootanim, ... Please execute: \n\n'
+ printf ' systemctl enable hybris-ready.service\n\n'
+}
+
+post_upgrade(){
+ post_install
+}
+