From 4872f10bd7693a243d21b39833107d52373b9ef7 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 25 Mar 2012 21:57:00 +0200 Subject: gnome 3.3.92-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gucharmap/post-install~ | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 gucharmap/post-install~ (limited to 'gucharmap') 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 -- cgit v1.2.3-54-g00ecf