aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnome-vfs/gnome-vfs.post-install
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 12:11:12 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 12:11:12 +0100
commit4107dfd63c4af4544bce97991949572437645924 (patch)
tree8c1d8c6a70b12a45fc2f4602e38430740283728b /main/gnome-vfs/gnome-vfs.post-install
parent3e6bb5f9d6f170cbb533dae7212d1315e4d22582 (diff)
downloadaports-4107dfd63c4af4544bce97991949572437645924.tar.bz2
aports-4107dfd63c4af4544bce97991949572437645924.tar.xz
main/gnome-vfs: move to community
Diffstat (limited to 'main/gnome-vfs/gnome-vfs.post-install')
-rw-r--r--main/gnome-vfs/gnome-vfs.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/gnome-vfs/gnome-vfs.post-install b/main/gnome-vfs/gnome-vfs.post-install
deleted file mode 100644
index a636ef758f..0000000000
--- a/main/gnome-vfs/gnome-vfs.post-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.schemas; do
- SCHEMAS="$SCHEMAS /etc/gconf/schemas/$i"
-done
-
-echo "Installing gnome-vfs GConf2 schemas"
-
-GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null