summarylogtreecommitdiffstats
path: root/unified-remote-server.install
blob: b95a1284607c10725b181c57daf057f05c338305 (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
post_install() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
echo "
  The simplest way to start the server is:
  /opt/urserver/urserver --daemon

  add the above line to a startup script etc.

  For more options:
  /opt/urserver/urserver --help

  See link for port configurations:
  http://wiki.unifiedremote.com/wiki/Configuration:Routers_and_Ports

  Configure server from a browser:
  localhost:9510/web"
}

post_upgrade() {
  post_install
}

post_remove() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}