summarylogtreecommitdiffstats
path: root/deeplx-bin.install
blob: 29d464eddb3d52d84f54780486baf939d991ba05 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install(){
		printf "===> run systemctl daemon-reload\n"
		printf "===> run systemctl enable deeplx\n"
		printf "===> installed successfully, listening at 0.0.0.0:1188\n"
}

post_upgrade() {
		post_install
}

# vim: ts=2 sw=2 et: