summarylogtreecommitdiffstats
path: root/ivideon.install
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-06-08 19:03:25 +0600
committerKonstantin Shalygin2015-06-08 19:03:25 +0600
commit0577d1556fabaae44b98c01a1c555767bc5beb40 (patch)
treeab9cd645e83400b49df5da492b0ab00768952659 /ivideon.install
downloadaur-0577d1556fabaae44b98c01a1c555767bc5beb40.tar.gz
up to 6.0.4-176
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
+}