Changeset 41655 for ipk/source


Ignore:
Timestamp:
Jan 7, 2018, 4:33:26 PM (8 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

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

    r41434 r41655  
    33model=`cat /etc/model`
    44
    5 if [ "$model" == "hd51" ]; then
     5if [ "$model" == "hd51" ] || [ "$model" == "mutant51" ]; then
    66        rm "$INSTDIR"/etc/pem/customer.pem
    77        rm "$INSTDIR"/etc/pem/device.pem
Note: See TracChangeset for help on using the changeset viewer.