Ignore:
Timestamp:
Oct 31, 2011, 7:03:54 PM (15 years ago)
Author:
madie
Message:

[ipk] test

Location:
ipk/source.sh4/feed_titan/CONTROL
Files:
2 edited

Legend:

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

    r10677 r10851  
    66SECRET=`cat /var/etc/ipkg/secret-feed.conf`
    77
    8 if [ `cat /var/etc/ipkg/official-feed.conf | grep "$SECRET" | wc -l` -eq 0 ]; then
     8if [ `cat /var/etc/ipkg/official-feed.conf | grep "$SECRET" | wc -l -eq 0` ]; then
    99        OLD=`cat /var/etc/ipkg/official-feed.conf`
    1010        echo "backup official-feed"
  • ipk/source.sh4/feed_titan/CONTROL/preinst

    r10617 r10851  
    44echo "syncing disk"
    55sync
    6 
    7 rm -r /var/etc/ipkg/official-feed.conf
    86
    97model=`cat /etc/model`
Note: See TracChangeset for help on using the changeset viewer.