From f03be1261b698aff7a41cd0ab148222432ec4150 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Fri, 23 Sep 2011 08:24:59 -0300 Subject: network/ekiga: Updated for version 3.2.7 (+new maintainer) Signed-off-by: Niels Horn --- network/ekiga/doinst.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 network/ekiga/doinst.sh (limited to 'network/ekiga/doinst.sh') diff --git a/network/ekiga/doinst.sh b/network/ekiga/doinst.sh new file mode 100644 index 0000000000..f929468aba --- /dev/null +++ b/network/ekiga/doinst.sh @@ -0,0 +1,19 @@ +schema_install() { + SCHEMA="$1" + GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ + chroot . gconftool-2 --makefile-install-rule \ + /etc/gconf/schemas/$SCHEMA \ + 1>/dev/null +} + +schema_install ekiga.schemas + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3