diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:26:24 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 2fd51092b9a5b89d1943adfcfcb8c2925da62278 (patch) | |
tree | 7dca76b70ef815ec565838eaa019cc04c1c1e741 /games/wesnoth/doinst.sh | |
parent | a37898b92a97ed29c2c8df01e9051b4bee975300 (diff) |
games/wesnoth: Fix whitespace.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/doinst.sh')
-rw-r--r-- | games/wesnoth/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/wesnoth/doinst.sh b/games/wesnoth/doinst.sh index 2f4077c01485a..0dfdc8b1c64f1 100644 --- a/games/wesnoth/doinst.sh +++ b/games/wesnoth/doinst.sh @@ -1,4 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications > /dev/null 2>&1 fi - |