summaryrefslogtreecommitdiffstats
path: root/system/seahorse/doinst.sh
diff options
context:
space:
mode:
author Andrew Rowland2013-06-28 07:39:54 +0200
committer Niels Horn2013-06-29 21:12:42 +0200
commita4b996c60c3a986b205c55d4eb2f0cd6348ce679 (patch)
treee48d919af61ddadf0037f84e540bb92535d5e23b /system/seahorse/doinst.sh
parent6e48db95a18ad4904f61975beab7f3fd2dcf95ac (diff)
downloadslackbuilds-a4b996c60c3a986b205c55d4eb2f0cd6348ce679.tar.gz
system/seahorse: Updated for version 3.8.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/seahorse/doinst.sh')
-rw-r--r--system/seahorse/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/seahorse/doinst.sh b/system/seahorse/doinst.sh
index 3e5691a052..0254ea06d8 100644
--- a/system/seahorse/doinst.sh
+++ b/system/seahorse/doinst.sh
@@ -7,3 +7,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.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