diff options
author | Brad Hermanson <apeitheo@gmail.com> | 2011-12-29 17:46:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-29 17:46:54 -0600 |
commit | 76a73ab9771d1f76bc3531287213eae0f756e76e (patch) | |
tree | cf34893c2636fe0b8dca4c4c6b1601e00a81c367 /graphics/shotwell/doinst.sh | |
parent | 61de6e44eb8f6f21c667eefe7a6090f0269dce34 (diff) | |
download | slackbuilds-76a73ab9771d1f76bc3531287213eae0f756e76e.tar.gz |
graphics/shotwell: Added (Open source photo manager for GNOME)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/shotwell/doinst.sh')
-rw-r--r-- | graphics/shotwell/doinst.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/shotwell/doinst.sh b/graphics/shotwell/doinst.sh new file mode 100644 index 0000000000..6fb1283156 --- /dev/null +++ b/graphics/shotwell/doinst.sh @@ -0,0 +1,16 @@ +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 + |