summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author dsomero2012-09-30 18:56:15 +0200
committer Robby Workman2012-10-01 03:01:10 +0200
commit644dd80ee6ec4d8556b903c84374b5baba151ccb (patch)
tree730ea07bab00b69d1c2ac0d40e842d2dc7950f47
parent901ab2d4c223576e221fb5ec588b17d995b213a6 (diff)
downloadslackbuilds-644dd80ee6ec4d8556b903c84374b5baba151ccb.tar.gz
system/spacefm: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--system/spacefm/doinst.sh6
-rw-r--r--system/spacefm/spacefm.SlackBuild2
2 files changed, 7 insertions, 1 deletions
diff --git a/system/spacefm/doinst.sh b/system/spacefm/doinst.sh
index e4e6459838..9830478e8c 100644
--- a/system/spacefm/doinst.sh
+++ b/system/spacefm/doinst.sh
@@ -6,3 +6,9 @@ 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
+
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild
index abae504599..cbc6302652 100644
--- a/system/spacefm/spacefm.SlackBuild
+++ b/system/spacefm/spacefm.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=spacefm
VERSION=${VERSION:-0.8.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then