diff options
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 |