diff options
Diffstat (limited to 'brasero/post-install')
-rw-r--r-- | brasero/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/brasero/post-install b/brasero/post-install index 91418af..f565da3 100644 --- a/brasero/post-install +++ b/brasero/post-install @@ -11,14 +11,6 @@ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor # mime database update-mime-database /usr/share/mime > /dev/null -# 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 |