source: ipk/source/cipluss_pem/CONTROL/postinst@ 41514

Last change on this file since 41514 was 41434, checked in by gost, 8 years ago

fix ipk 1

  • Property svn:executable set to *
File size: 222 bytes
Line 
1#!/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
12
13exit 0
Note: See TracBrowser for help on using the repository browser.