Changeset 24508


Ignore:
Timestamp:
Oct 22, 2013, 10:28:25 PM (12 years ago)
Author:
andy-1
Message:

fix

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

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/emus_oscamOSEmu_8933/CONTROL/postinst

    r24506 r24508  
    7575fi
    7676
    77 if [ ! -e "$INSTDIR/keys/oscam.key" ]; then
    78         echo "use ipk config file: oscam.key"
    79         echo "rename $INSTDIR/keys/oscam.key.oscam > $INSTDIR/keys/oscam.key"
    80         mv "$INSTDIR/keys/oscam.key.oscam" "$INSTDIR/keys/oscam.key"
    81 else
    82         echo "found user config file: oscam.key"
    83         echo "skip ipk config file: oscam.key.oscam"
    84 fi
    8577
    8678exit 0
  • ipk/source.sh4/emus_oscamOSEmu_8933/CONTROL/prerm

    r24506 r24508  
    3737fi
    3838
    39 if [ ! -e "$INSTDIR/keys/oscam.key.oscam" ]; then
    40         echo "remove ipk oscam.key"
    41         rm "$INSTDIR/keys/oscam.key"
    42 fi
    43 
    4439
    4540exit 0
Note: See TracChangeset for help on using the changeset viewer.