Ignore:
Timestamp:
Mar 26, 2011, 1:01:18 AM (15 years ago)
Author:
madie
Message:

[ipk] fix emu control files for new emu.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/emus_newcs/CONTROL/postinst

    r5310 r6663  
    1212        echo new freespace size $FREE kb
    1313fi
     14
     15if [ ! -e /var/keys/newcs.xml ]; then
     16        echo "use ipk config file: newcs.xml"
     17        echo "rename /var/keys/newcs.xml.newcs > /var/keys/newcs.xml"
     18        mv /var/keys/newcs.xml.newcs /var/keys/newcs.xml
     19else
     20        echo "found user config file: newcs.xml"
     21        echo "skip ipk config file: newcs.xml.newcs"
     22fi
     23
    1424exit 0
Note: See TracChangeset for help on using the changeset viewer.