mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/sms_sdl: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7bfb2a65da
commit
44ce140ae6
2 changed files with 8 additions and 1 deletions
|
@ -6,3 +6,8 @@ if [ -x /usr/bin/update-mime-database ]; then
|
|||
/usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
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 usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230107 bkw: BUILD=5, fix doinst.sh.
|
||||
|
||||
# 20211024 bkw: BUILD=4
|
||||
# - made a new icon, hopefully better looking.
|
||||
# - new-style icons.
|
||||
|
@ -30,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=sms_sdl
|
||||
VERSION=${VERSION:-0.9.4a_r7.1}
|
||||
BUILD=${BUILD:-4}
|
||||
BUILD=${BUILD:-5}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
Loading…
Reference in a new issue