summarylogtreecommitdiffstats
path: root/vtun.install
blob: 1459f1c4ec90b4be40d7d62cdc6c01470aaabbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_news_post() {
 echo "This package contain the 'tun-cfg' util.
 It can get client's IP/MTU/routes configuration from server.
 See 'tun-cfg --help' or /usr/share/doc/vtun/README.tun-cfg"
}

post_install() {
 _news_post
}

post_upgrade() {
 _news_post
}