summarylogtreecommitdiffstats
path: root/ivideon.install
blob: 91013ed107676dafeaffbe29106dd4f55ce45bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}