summarylogtreecommitdiffstats
path: root/rrshareweb.install
blob: 415f4010141a3dc28cc8533d3036bb4e905c62ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

post_install() {
echo "
---------------------------------------
| YYeTs WEB Remote Management Edition |
---------------------------------------
|     Binary Name: 'rrshareweb'       |
---------------------------------------
|    Installed in: /opt/rrshareweb    |
---------------------------------------
"
}

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 et: