summarylogtreecommitdiffstats
path: root/proxifier-for-linux-git.install
blob: a4d38cf0d0e30b8abb6adcf12ca841d4fb6e8e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  echo "
    >>> Proxifier service can be enabled as follows:

    $ sudo systemctl daemon-reload # Reload the service units
    $ sudo systemctl start proxifier
    
    >>> See the man page, \`man proxifier\` for more information.
    >>> /usr/local/etc/proxifier.conf can be used for configuring the proxifier.
"
}

post_upgrade() {
  post_install $1
}