diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:57:10 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:40:46 +1300 |
commit | b88808b7ff6e19ec17d0cb7415315979e579ae1d (patch) | |
tree | c45552853afecb4df1d7c1483cdf2e69b26eeecd | |
parent | 3b9c85f9c6ac30e27c20a2dc42df3b584506d814 (diff) |
multimedia/spotify: Fix doinst.sh.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | multimedia/spotify/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/spotify/doinst.sh b/multimedia/spotify/doinst.sh index 2aa41d640cb3..65c7e2eeb9aa 100644 --- a/multimedia/spotify/doinst.sh +++ b/multimedia/spotify/doinst.sh @@ -6,4 +6,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi -fi
\ No newline at end of file +fi |