Linux .deb file: update symlink on package update

* overwrite symlink on update

* fix size and list definition
This commit is contained in:
grunjol
2016-04-07 00:48:00 -03:00
parent 628c93bc1e
commit 0921f89eb7
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
set -e
chmod +x /opt/webtorrent-desktop/WebTorrent
ln -s /opt/webtorrent-desktop/WebTorrent /usr/bin/webtorrent-desktop
ln -s -f /opt/webtorrent-desktop/WebTorrent /usr/bin/webtorrent-desktop