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

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

fix

  • Property svn:executable set to *
File size: 252 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3model=`cat /etc/model`
4
5if [ "$model" == "hd51" ] || [ "$model" == "mutant51" ]; 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.