summarylogtreecommitdiffstats
path: root/hybris-ready.install
blob: 2e11cb70b4aaaefe85fbf13a59f5e8bcddf26cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12

post_install(){
	printf '===> Android Hardware: \n'
	printf '    please install an hybris-device that matching your hardware\n'
	printf '===> Android initialization : \n'
	printf '    systemctl enable hybris-ready.service\n\n'
}

post_upgrade(){
	post_install
}