summaryrefslogtreecommitdiffstats
path: root/desktop/cairo-compmgr/doinst.sh
blob: 5d56d7df22106debfe0f8113f53127119e2c9b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 ccm-screen.schemas
schema_install ccm-shadow.schemas
schema_install ccm-window-animation.schemas
schema_install ccm-freeze.schemas
schema_install ccm-vala-window-plugin.schemas
schema_install ccm-fade.schemas
schema_install ccm-menu-animation.schemas
schema_install ccm-perf.schemas
schema_install ccm-snapshot.schemas
schema_install ccm-magnifier.schemas
schema_install ccm-mosaic.schemas
schema_install ccm-automate.schemas
schema_install ccm-opacity.schemas
schema_install ccm-decoration.schemas
schema_install ccm-display.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 -f usr/share/icons/hicolor >/dev/null 2>&1
  fi
fi