summaryrefslogtreecommitdiffstats
path: root/gucharmap
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-25 21:57:00 +0200
committerpiernov <piernov@piernov.org>2012-03-25 21:57:23 +0200
commit4872f10bd7693a243d21b39833107d52373b9ef7 (patch)
tree5916355e1cfd755dcb69aad157e836486fa4c514 /gucharmap
parent55d68534909126978bb8b76bfc5e0e054c38c603 (diff)
downloadgnome3-4872f10bd7693a243d21b39833107d52373b9ef7.tar.gz
gnome3-4872f10bd7693a243d21b39833107d52373b9ef7.tar.bz2
gnome3-4872f10bd7693a243d21b39833107d52373b9ef7.tar.xz
gnome3-4872f10bd7693a243d21b39833107d52373b9ef7.zip
gnome 3.3.92-1 màj port
Diffstat (limited to 'gucharmap')
-rwxr-xr-xgucharmap/post-install~25
1 files changed, 0 insertions, 25 deletions
diff --git a/gucharmap/post-install~ b/gucharmap/post-install~
deleted file mode 100755
index cd8adb2..0000000
--- a/gucharmap/post-install~
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-port=gnome-utils
-
-# gconf schemas
-/usr/sbin/gconfpkg --install $port
-
-# glib schemas
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-
-# scrolls
-SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
-
-for SCROLL in $SCROLLS
-do
- scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
-done
-
-# desktop database
-update-desktop-database -q
-
-# icon cache
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-# End of file