summaryrefslogtreecommitdiffstats
path: root/gnome/file-roller/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/file-roller/post-install')
-rwxr-xr-xgnome/file-roller/post-install31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnome/file-roller/post-install b/gnome/file-roller/post-install
deleted file mode 100755
index fc036e43e..000000000
--- a/gnome/file-roller/post-install
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-port=file-roller
-
-# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
-
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source`
- $GNOME_PREFIX/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
-
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi
-
-# scrolls
-SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
-
-for SCROLL in $SCROLLS
-do
- /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
-done
-
-# desktop database
-update-desktop-database > /dev/null
-
-# End of file
-