diff options
Diffstat (limited to 'cheese/post-install')
-rw-r--r-- | cheese/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cheese/post-install b/cheese/post-install index 37f17c6..84e9537 100644 --- a/cheese/post-install +++ b/cheese/post-install @@ -8,14 +8,6 @@ glib-compile-schemas /usr/share/glib-2.0/schemas # icon cache gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -# 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 > /dev/null |