summaryrefslogtreecommitdiffstats
path: root/desktop/gtkhash/doinst.sh
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2014-04-15 23:20:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:26 +0700
commiteae1759fd2d81fdfa442e2692c92e9f085647027 (patch)
tree3cbc9b6b264d42f32ea54010568a616984a5051a /desktop/gtkhash/doinst.sh
parenta56822128b587b18b333c4c55c24262f5fdd6b1a (diff)
downloadslackbuilds-eae1759fd2d81fdfa442e2692c92e9f085647027.tar.gz
slackbuilds-eae1759fd2d81fdfa442e2692c92e9f085647027.tar.xz
desktop/gtkhash: Added (utility to compute message digests).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gtkhash/doinst.sh')
-rw-r--r--desktop/gtkhash/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/gtkhash/doinst.sh b/desktop/gtkhash/doinst.sh
new file mode 100644
index 0000000000..6922dbb756
--- /dev/null
+++ b/desktop/gtkhash/doinst.sh
@@ -0,0 +1,5 @@
+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