diff options
Diffstat (limited to 'aisleriot/post-install')
-rwxr-xr-x | aisleriot/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/aisleriot/post-install b/aisleriot/post-install index 09d6d47..38d7c8c 100755 --- a/aisleriot/post-install +++ b/aisleriot/post-install @@ -8,14 +8,6 @@ port=aisleriot # glib schemas /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 - scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done - # desktop database update-desktop-database -q |