Ignore:
Timestamp:
May 31, 2012, 11:37:15 PM (14 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanswapplayers_hbbtv/CONTROL/postinst

    r15961 r16184  
    1515ln -s /var/swap/titanplugins/hbbtv /var/usr/local/share/titan/plugins/hbbtv
    1616
     17LINKEDLIST=`ls -1 /var/swap/lib`
     18for ROUND in $LINKEDLIST; do
     19        echo "ln -s /var/swap/lib/"$ROUND" /var/usr/lib"
     20        ln -s /var/swap/lib/"$ROUND" /var/usr/lib
     21done
     22
    1723echo "install hbbtv...."
    1824exit 0
Note: See TracChangeset for help on using the changeset viewer.