summaryrefslogtreecommitdiffstats
path: root/system/file-roller/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-11-06 11:44:27 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-11-07 11:28:17 -0600
commit89c44a2ebde949d39d092da8b07d4132e673e5ba (patch)
tree70e377b8ca0765e4fec7e112d70b00088f00eff7 /system/file-roller/doinst.sh
parent343fd1b63101b986f557bd4e014d93afb1290913 (diff)
downloadslackbuilds-89c44a2ebde949d39d092da8b07d4132e673e5ba.tar.gz
slackbuilds-89c44a2ebde949d39d092da8b07d4132e673e5ba.tar.xz
system/file-roller: Updated for version 3.8.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/file-roller/doinst.sh')
-rw-r--r--system/file-roller/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/file-roller/doinst.sh b/system/file-roller/doinst.sh
index 9840b019c5..052b9667ff 100644
--- a/system/file-roller/doinst.sh
+++ b/system/file-roller/doinst.sh
@@ -1,13 +1,3 @@
-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 file-roller.schemas
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi