diff options
author | Erwin van Zanten <e.van.zanten.evz@gmail.com> | 2013-12-07 01:04:35 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:00 -0600 |
commit | 7311b5c40ee55ae70890e74bf7ba270575ccb3b2 (patch) | |
tree | c684d5748bade11886db0cb1374f1d83f40bba30 /graphics/shotwell/doinst.sh | |
parent | c5d079abb8be81182e31e03efa9f7fbfda895af5 (diff) | |
download | slackbuilds-7311b5c40ee55ae70890e74bf7ba270575ccb3b2.tar.gz |
graphics/shotwell: Added (Open source photo manager for GNOME)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/shotwell/doinst.sh')
-rw-r--r-- | graphics/shotwell/doinst.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/shotwell/doinst.sh b/graphics/shotwell/doinst.sh new file mode 100644 index 0000000000..0254ea06d8 --- /dev/null +++ b/graphics/shotwell/doinst.sh @@ -0,0 +1,15 @@ +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 |