summarylogtreecommitdiffstats
path: root/unified-remote-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'unified-remote-server.install')
-rw-r--r--unified-remote-server.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/unified-remote-server.install b/unified-remote-server.install
new file mode 100644
index 000000000000..b95a1284607c
--- /dev/null
+++ b/unified-remote-server.install
@@ -0,0 +1,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
+}