Changeset 25526


Ignore:
Timestamp:
01/08/14 18:01:13 (10 years ago)
Author:
andyjetset
Message:

fix

Location:
ipk/source.sh4/emus_oscam_nightly/control
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/emus_oscam_nightly/control/control

    r24636 r25526  
    1 Package: titan-plugin-emus-oscam.nightly
     1Package: titan-plugin-emus-oscam.Nightly
    22Version: 1.00
    33Architecture: sh4
    44Section: emus
    5 Description: Nightly Version of oscam 8933 2xSlot intern + 1xSmargo
    6 Showname: oscam Nightly Version
     5Description: Nightly Version 9157 of oscam 2xSlot intern + 1xUSB
     6Showname: oscam Nightly
  • ipk/source.sh4/emus_oscam_nightly/control/postinst

    r24636 r25526  
    7575fi
    7676
     77if [ ! -e "$INSTDIR/keys/oscam.whitelist" ]; then
     78        echo "use tpk config file: oscam.whitelist"
     79        echo "rename $INSTDIR/keys/oscam.whitelist.oscam > $INSTDIR/keys/oscam.whitelist"
     80        mv "$INSTDIR/keys/oscam.whitelist.oscam" "$INSTDIR/keys/oscam.whitelist"
     81else
     82        echo "found user config file: oscam.whitelist"
     83        echo "skip tpk config file: oscam.whitelist.oscam"
     84fi
     85
    7786exit 0
  • ipk/source.sh4/emus_oscam_nightly/control/prerm

    r24636 r25526  
    3737fi
    3838
     39if [ ! -e "$INSTDIR/keys/oscam.whitelist.oscam" ]; then
     40        echo "remove tpk oscam.whitelist"
     41        rm "$INSTDIR/keys/oscam.whitelist"
     42fi
     43
    3944exit 0
Note: See TracChangeset for help on using the changeset viewer.