Changeset 12310


Ignore:
Timestamp:
12/13/11 23:34:42 (12 years ago)
Author:
obi
Message:

[titan] ipk remove cross/secret listing before update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r12308 r12310  
    35373537                free(path), path = NULL;
    35383538        }
     3539
     3540        debug(60, "remove /var/lib/ipkg/cross");
     3541        system("rm -rf /var/lib/ipkg/cross");
     3542        debug(60, "remove /var/lib/ipkg/secret");
     3543        system("rm -rf /var/lib/ipkg/secret"); 
    35393544        debug(60, "out");
    35403545        return command("ipkg update");
Note: See TracChangeset for help on using the changeset viewer.