|
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
|
| Rev | Line | |
|---|
| [38010] | 1 | #!/bin/sh
|
|---|
| [41434] | 2 | INSTDIR="$1"
|
|---|
| 3 | model=`cat /etc/model`
|
|---|
| [38010] | 4 |
|
|---|
| [41655] | 5 | if [ "$model" == "hd51" ] || [ "$model" == "mutant51" ]; then
|
|---|
| [41434] | 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.