diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-12-01 01:23:29 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-06 00:04:49 -0600 |
commit | c1d4205172670ba56bcb5253c9f40923eba3e18a (patch) | |
tree | c73cbc7f69865f70e4c3ea674fb84636b1e700bc /desktop/metacity/doinst.sh | |
parent | 353da1506bc4d3d2222f51edf2363d0d6f7c0698 (diff) |
desktop/metacity: Removed (unmaintained/unused)
This has no SBo maintainer and nothing else in the
repo needs it.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/metacity/doinst.sh')
-rw-r--r-- | desktop/metacity/doinst.sh | 14 |
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 - |