summaryrefslogtreecommitdiffstats
path: root/graphics/shotwell/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-20 02:07:10 +0100
committer Robby Workman2013-11-24 06:59:03 +0100
commit609e01ddac036f54b2cc6ec182259eb488d6fba5 (patch)
tree14526151d285b58a1243f4c0c78a2682a0142f41 /graphics/shotwell/doinst.sh
parentebe1c15116d422bb0d06f971d189e3b510895d77 (diff)
downloadslackbuilds-609e01ddac036f54b2cc6ec182259eb488d6fba5.tar.gz
graphics/shotwell: Removed (build failure)
This package is not compatible with the boost version in Slackware 14.1. As an additional hurdle, it needs an older version of LibRaw than we currently have in our repo, while some of the other stuff requires the newer version. Given the circumstances, shotwell goes. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/shotwell/doinst.sh')
-rw-r--r--graphics/shotwell/doinst.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/shotwell/doinst.sh b/graphics/shotwell/doinst.sh
deleted file mode 100644
index 6fb1283156..0000000000
--- a/graphics/shotwell/doinst.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/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
-
-if [ -e usr/share/glib-2.0/schemas ]; then
- if [ -x /usr/bin/glib-compile-schemas ]; then
- /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
- fi
-fi
-