diff options
Diffstat (limited to 'xfce')
-rwxr-xr-x | xfce/evince/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xfce/evince/post-install b/xfce/evince/post-install index 3f36fd51c..6548baf76 100755 --- a/xfce/evince/post-install +++ b/xfce/evince/post-install @@ -17,14 +17,6 @@ then killall -HUP gconfd-2 > /dev/null fi -# 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 > /dev/null |