source:
ipk/source/cipluss_pem/CONTROL/postinst@
41514
| Last change on this file since 41514 was 41434, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 222 bytes | |
| Rev | Line | |
|---|---|---|
| [38010] | 1 | #!/bin/sh |
| [41434] | 2 | INSTDIR="$1" |
| 3 | model=`cat /etc/model` | |
| [38010] | 4 | |
| [41434] | 5 | if [ "$model" == "hd51" ]; then |
| 6 | rm "$INSTDIR"/etc/pem/customer.pem | |
| 7 | rm "$INSTDIR"/etc/pem/device.pem | |
| 8 | rm "$INSTDIR"/etc/pem/root.pem | |
| 9 | else | |
| 10 | rm /mnt/bin/ciplushelper | |
| 11 | fi | |
| 12 | ||
| [38010] | 13 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)