summaryrefslogtreecommitdiffstats
path: root/gucharmap
diff options
context:
space:
mode:
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