summarylogtreecommitdiffstats
path: root/ivideon.install
diff options
context:
space:
mode:
Diffstat (limited to 'ivideon.install')
-rw-r--r--ivideon.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ivideon.install b/ivideon.install
new file mode 100644
index 000000000000..91013ed10767
--- /dev/null
+++ b/ivideon.install
@@ -0,0 +1,13 @@
+post_install() {
+
+if [ ! -L /usr/bin/ivideon-client ]; then
+ln -s /opt/ivideon/ivideon-client/ivideon-client /usr/bin/ivideon-client
+else
+rm /usr/bin/ivideon-client
+fi
+gtk-update-icon-cache -fq /usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}