diff options
author | Ruan K. F <ruan.klein@gmail.com> | 2015-01-21 18:12:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-22 06:34:04 +0700 |
commit | 5b10a8ba786a26bc0df94eb4374bdab7d46418fb (patch) | |
tree | 10d54e613c0ac604996078973b471978db3a957f /audio/discord/doinst.sh | |
parent | 7792dc57ea8df851090037af7d32ebc99e7974e6 (diff) | |
download | slackbuilds-5b10a8ba786a26bc0df94eb4374bdab7d46418fb.tar.gz |
audio/discord: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/discord/doinst.sh')
-rw-r--r-- | audio/discord/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/discord/doinst.sh b/audio/discord/doinst.sh new file mode 100644 index 0000000000..94f1e51a29 --- /dev/null +++ b/audio/discord/doinst.sh @@ -0,0 +1,2 @@ +( cd usr/share/discord ; chmod 755 convert_sbg_to_discord.py ) +( cd usr/bin ; ln -sf /usr/share/discord/convert_sbg_to_discord.py convert_sbg_to_discord.py ) |