summaryrefslogtreecommitdiffstats
path: root/system/gnomint/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-07 19:17:52 +0200
committer Robby Workman2012-09-09 00:28:31 +0200
commitab0b7a771e6767d1109b1483b97b25e4967f6b5e (patch)
tree759b1cb627f0da5ed350cd42f725b6cbb40cf38e /system/gnomint/doinst.sh
parent9ea447a1bba973afc55172d554ad1b690856788f (diff)
downloadslackbuilds-ab0b7a771e6767d1109b1483b97b25e4967f6b5e.tar.gz
system/gnomint: Added (GUI for Certification Authorities).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnomint/doinst.sh')
-rw-r--r--system/gnomint/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/gnomint/doinst.sh b/system/gnomint/doinst.sh
new file mode 100644
index 0000000000..7851dc4789
--- /dev/null
+++ b/system/gnomint/doinst.sh
@@ -0,0 +1,10 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database &> /dev/null
+fi
+
+if [ -x usr/bin/gconftool-2 ]; then
+ ( cd $PKG/etc/gconf/schemas
+ GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
+ usr/bin/gconftool-2 --makefile-install-rule \
+ etc/gconf/schemas/gnomint.schemas >/dev/null 2>&1 )
+fi