summarylogtreecommitdiffstats
path: root/hybris-ready.install
diff options
context:
space:
mode:
authormickybart2016-06-03 20:38:42 -0400
committermickybart2016-06-03 20:38:42 -0400
commita2671fbd21ddf3d864e6c1f596c0e45394a6a19f (patch)
tree94c30b573921d32bfa23c5827a402a2dc85c058d /hybris-ready.install
downloadaur-a2671fbd21ddf3d864e6c1f596c0e45394a6a19f.tar.gz
initial: hybris-ready
Complete integration of Android to permit a GNU/Linux system to use Android Hardware (eg: GPU, OpenGL, Sensors...) and Software. Add new target bootloader and recovery for Android devices This package is (at least) used for the GNU/Linux for Android devices project: https://github.com/mickybart/gnulinux_support
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
+}
+