summaryrefslogtreecommitdiffstats
path: root/gnome-contacts/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-29 18:09:42 +0200
committerpiernov <piernov@piernov.org>2011-08-29 18:09:42 +0200
commita5b1809a1145b8423570f0355cbd44ac4ed33837 (patch)
tree285b44323d6db479e80ea7811ce0478d753c8f86 /gnome-contacts/post-install
parentbaa2f09e6d2d563b9d739872cb1d2753e11f039c (diff)
downloadgnome3-a5b1809a1145b8423570f0355cbd44ac4ed33837.tar.gz
gnome3-a5b1809a1145b8423570f0355cbd44ac4ed33837.tar.bz2
gnome3-a5b1809a1145b8423570f0355cbd44ac4ed33837.tar.xz
gnome3-a5b1809a1145b8423570f0355cbd44ac4ed33837.zip
gnome-contacts 0.1.3-1 màj port
Diffstat (limited to 'gnome-contacts/post-install')
-rwxr-xr-xgnome-contacts/post-install18
1 files changed, 1 insertions, 17 deletions
diff --git a/gnome-contacts/post-install b/gnome-contacts/post-install
index 1c584fa..9b6d48d 100755
--- a/gnome-contacts/post-install
+++ b/gnome-contacts/post-install
@@ -1,22 +1,6 @@
#!/bin/sh
-port=gnome-applets
-
-# gconf schemas
-/usr/sbin/gconfpkg --install $port
-
-# 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
-
-# icon cache
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
# End of file