diff options
author | mdrights <mdrights@tutanota.de> | 2020-01-25 12:53:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 06:55:46 +0700 |
commit | 4c0c1697bc66704edaaf5253672c77207cbc2759 (patch) | |
tree | 5e20c68ae4c4de27eb6740df580403e72473c223 /network/riot-web/doinst.sh | |
parent | 0ab03b384996d7bdfe25829fd7ac1e1a71b4aa47 (diff) |
network/riot-web: Updated for version 1.5.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/riot-web/doinst.sh')
-rw-r--r-- | network/riot-web/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/riot-web/doinst.sh b/network/riot-web/doinst.sh index 65c7e2eeb9aa..19926c6b1f0b 100644 --- a/network/riot-web/doinst.sh +++ b/network/riot-web/doinst.sh @@ -7,3 +7,6 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +# Riot-web should have a real config to work. +ln -sf /opt/riot-web/config.sample.json /opt/riot-web/config.json |