slackbuilds_ponce/desktop/metacity/doinst.sh
crocket 70c69ca314 desktop/metacity: Updated for version 2.34.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-07-21 22:52:14 -05:00

14 lines
357 B
Bash

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 metacity.schemas
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi