summarylogtreecommitdiffstats
path: root/zigmkhuman.install
blob: f540120c97449bf00ac2c392d5f530b2e7ee6243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
post_install() {
  cat <<'EOF'
ZigMakeHuman was installed.

Launcher:
  /usr/bin/zigmkhuman

Demo client:
  /usr/bin/zigmkhuman-api-client

Default bind address:
  0.0.0.0:18080

Local API URL:
  http://127.0.0.1:18080/

Config file:
  ~/makehuman/v1py3/zigmkhuman_aiohttp_api.json

Example:
  zigmkhuman-api-client health
EOF
}

post_upgrade() {
  post_install
}