From ab0b7a771e6767d1109b1483b97b25e4967f6b5e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 7 Sep 2012 19:17:52 +0200 Subject: system/gnomint: Added (GUI for Certification Authorities). Signed-off-by: Matteo Bernardini --- system/gnomint/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/gnomint/doinst.sh (limited to 'system/gnomint/doinst.sh') 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 -- cgit v1.2.3