summaryrefslogtreecommitdiffstats
path: root/desktop/metacity/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/metacity/doinst.sh')
-rw-r--r--desktop/metacity/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/metacity/doinst.sh b/desktop/metacity/doinst.sh
deleted file mode 100644
index 3f09ed129f..0000000000
--- a/desktop/metacity/doinst.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-