blob: 362aca7faddfdad6bb3f3f7bb4a42a584fcfead4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat <<'EOF'
==> To use the bundled systemd user service:
==> Enable the service: systemctl --user enable --now mcpproxy.service
EOF
}
post_upgrade() {
post_install
}
|