diff options
author | piernov <piernov@piernov.org> | 2012-01-22 21:48:45 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-22 21:48:45 +0100 |
commit | eb87b899ae974cf4148cfd8478b5c6808210dc01 (patch) | |
tree | b3b90c2fb7759a204006a189cbb7317a97f48d69 /mutter/post-install | |
parent | 6d074ee9039c0aa6f80636725e4db54c76d2e597 (diff) | |
download | gnome3-eb87b899ae974cf4148cfd8478b5c6808210dc01.tar.gz gnome3-eb87b899ae974cf4148cfd8478b5c6808210dc01.tar.bz2 gnome3-eb87b899ae974cf4148cfd8478b5c6808210dc01.tar.xz gnome3-eb87b899ae974cf4148cfd8478b5c6808210dc01.zip |
mutter 3.3.4-1 màj port
Diffstat (limited to 'mutter/post-install')
-rwxr-xr-x | mutter/post-install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mutter/post-install b/mutter/post-install index e3033de..2739ac6 100755 --- a/mutter/post-install +++ b/mutter/post-install @@ -3,17 +3,8 @@ port=mutter # gconf schemas -/usr/sbin/gconfpkg --install $port /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 - /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done - # icon cache gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor |