Ignore:
Timestamp:
Dec 16, 2017, 10:52:28 PM (8 years ago)
Author:
gost
Message:

fix ipk 1

File:
1 edited

Legend:

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

    r38010 r41434  
    11#!/bin/sh
     2INSTDIR="$1"
     3model=`cat /etc/model`
     4
     5if [ "$model" == "hd51" ]; then
     6        rm "$INSTDIR"/etc/pem/customer.pem
     7        rm "$INSTDIR"/etc/pem/device.pem
     8        rm "$INSTDIR"/etc/pem/root.pem
     9else
     10        rm /mnt/bin/ciplushelper
     11fi
    212
    313exit 0
Note: See TracChangeset for help on using the changeset viewer.