From 644dd80ee6ec4d8556b903c84374b5baba151ccb Mon Sep 17 00:00:00 2001 From: dsomero Date: Sun, 30 Sep 2012 12:56:15 -0400 Subject: system/spacefm: Fixed (Handle icon files) Signed-off-by: dsomero --- system/spacefm/doinst.sh | 6 ++++++ system/spacefm/spacefm.SlackBuild | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'system') 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 -- cgit v1.2.3