From f097f5393482b8fed448964fdcd3931fe8c4d0ac Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Tue, 4 Oct 2011 08:19:09 -0500 Subject: system/gcdemu: Added (gtk applet for controlling CDEmu daemon) Signed-off-by: Erik Hanson --- system/gcdemu/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 system/gcdemu/doinst.sh (limited to 'system/gcdemu/doinst.sh') diff --git a/system/gcdemu/doinst.sh b/system/gcdemu/doinst.sh new file mode 100644 index 000000000000..85ee730b65da --- /dev/null +++ b/system/gcdemu/doinst.sh @@ -0,0 +1,13 @@ +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 gcdemu.schemas + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi -- cgit v1.2.3