diff options
Diffstat (limited to 'file-roller/post-install')
-rwxr-xr-x | file-roller/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/file-roller/post-install b/file-roller/post-install index 51ffb26..8421008 100755 --- a/file-roller/post-install +++ b/file-roller/post-install @@ -4,14 +4,6 @@ port=file-roller # glib schemas 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 - # desktop database update-desktop-database -q |