Ignore:
Timestamp:
Dec 14, 2014, 2:01:55 PM (11 years ago)
Author:
Bulldog
Message:

[tpk] Update oscam sh4
binary updated to rev 10081
Update settings

Location:
ipk/source.sh4/emus_OScam_Expert/CONTROL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/emus_OScam_Expert/CONTROL/control

    r30017 r31712  
    11Package: titan-plugin-emus-OScam.Expert
    2 Version: 9848
     2Version: 10081
    33Architecture: sh4
    44Section: emus
    5 Description: Expert Version 9848 of OScam 2xSlot intern + 1xUSB (blocked EMM for V13 and V14) including 0x07 patch
     5Description: Expert Version 10081 of OScam 2xSlot intern + 1xUSB (blocked EMM for V13 and V14) including 0x07 patch
    66Showname: OScam Expert
    77Usepath: mnt,swap
  • ipk/source.sh4/emus_OScam_Expert/CONTROL/prerm

    r29956 r31712  
    11#!/bin/sh
    2 INSTDIR="$1"
    3 
    4 if [ ! -e "$INSTDIR/keys/oscam.conf.oscam" ]; then
    5         echo "remove tpk oscam.conf"
    6         rm "$INSTDIR/keys/oscam.conf"
    7 fi
    8 
    9 if [ ! -e "$INSTDIR/keys/oscam.provid.oscam" ]; then
    10         echo "remove tpk oscam.provid"
    11         rm "$INSTDIR/keys/oscam.provid"
    12 fi
    13 
    14 if [ ! -e "$INSTDIR/keys/oscam.srvid.oscam" ]; then
    15         echo "remove tpk oscam.srvid"
    16         rm "$INSTDIR/keys/oscam.srvid"
    17 fi
    18 
    19 if [ ! -e "$INSTDIR/keys/oscam.server.oscam" ]; then
    20         echo "remove tpk oscam.server"
    21         rm "$INSTDIR/keys/oscam.server"
    22 fi
    23 
    24 if [ ! -e "$INSTDIR/keys/oscam.user.oscam" ]; then
    25         echo "remove tpk oscam.user"
    26         rm "$INSTDIR/keys/oscam.user"
    27 fi
    28 
    29 if [ ! -e "$INSTDIR/keys/oscam.services.oscam" ]; then
    30         echo "remove tpk oscam.services"
    31         rm "$INSTDIR/keys/oscam.services"
    32 fi
    33 
    34 if [ ! -e "$INSTDIR/keys/oscam.dvbapi.oscam" ]; then
    35         echo "remove tpk oscam.dvbapi"
    36         rm "$INSTDIR/keys/oscam.dvbapi"
    37 fi
    38 
    39 if [ ! -e "$INSTDIR/keys/oscam.whitelist.oscam" ]; then
    40         echo "remove tpk oscam.whitelist"
    41         rm "$INSTDIR/keys/oscam.whitelist"
    42 fi
    43 
    44 if [ ! -e "$INSTDIR/keys/oscam.tiers.oscam" ]; then
    45         echo "remove tpk oscam.tiers"
    46         rm "$INSTDIR/keys/oscam.tiers"
    47 fi
    48 
    49 if [ ! -e "$INSTDIR/keys/SoftCam.Key.CCcam" ]; then
    50         echo "remove ipk SoftCam.Key"
    51         rm "$INSTDIR/keys/SoftCam.Key"
    52 fi
    532
    543exit 0
Note: See TracChangeset for help on using the changeset viewer.