diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 19:17:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:31 -0500 |
commit | ab0b7a771e6767d1109b1483b97b25e4967f6b5e (patch) | |
tree | 759b1cb627f0da5ed350cd42f725b6cbb40cf38e /system/gnomint/doinst.sh | |
parent | 9ea447a1bba973afc55172d554ad1b690856788f (diff) | |
download | slackbuilds-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.sh | 10 |
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 |