Changeset 25526
- Timestamp:
- 01/08/14 18:01:13 (9 years ago)
- 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. nightly1 Package: titan-plugin-emus-oscam.Nightly 2 2 Version: 1.00 3 3 Architecture: sh4 4 4 Section: emus 5 Description: Nightly Version of oscam 8933 2xSlot intern + 1xSmargo6 Showname: oscam Nightly Version5 Description: Nightly Version 9157 of oscam 2xSlot intern + 1xUSB 6 Showname: oscam Nightly -
ipk/source.sh4/emus_oscam_nightly/control/postinst
r24636 r25526 75 75 fi 76 76 77 if [ ! -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" 81 else 82 echo "found user config file: oscam.whitelist" 83 echo "skip tpk config file: oscam.whitelist.oscam" 84 fi 85 77 86 exit 0 -
ipk/source.sh4/emus_oscam_nightly/control/prerm
r24636 r25526 37 37 fi 38 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 39 44 exit 0
Note: See TracChangeset
for help on using the changeset viewer.