diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 22:32:54 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:46 +0000 |
commit | 04879cf57051b8d60b3818026d5c132a962ace6c (patch) | |
tree | 0a815d170b84e44bf4d22e7da442243510312667 /games/warsow/doinst.sh | |
parent | 6b7c32d0097b8cf89d84bfc5adf2c2a60431c9ba (diff) | |
download | slackbuilds-04879cf57051b8d60b3818026d5c132a962ace6c.tar.gz |
games/warsow: Allow ARCH=i586, install doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/warsow/doinst.sh')
-rw-r--r-- | games/warsow/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/warsow/doinst.sh b/games/warsow/doinst.sh index 4e8ba7071d..5fb28930db 100644 --- a/games/warsow/doinst.sh +++ b/games/warsow/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 - |