Ignore:
Timestamp:
Jan 10, 2011, 7:31:16 PM (15 years ago)
Author:
madie
Message:

[IPK] fix mgcamd for ORF

Location:
ipk/source/emus_mgcamd_1_35/CONTROL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/emus_mgcamd_1_35/CONTROL/postinst

    r4651 r5246  
    3232        mv /var/keys/replace.list.mgcamd /var/keys/replace.list
    3333fi
    34 
     34if [ ! -e /var/keys/softcam.keys ]; then
     35        echo "renaming softcam.keys.mgcamd -> softcam.keys"
     36        mv /var/keys/softcam.keys.mgcamd /var/keys/softcam.keys
     37fi
    3538echo "successfully installed"
    3639echo "syncing disk"
  • ipk/source/emus_mgcamd_1_35/CONTROL/prerm

    r4651 r5246  
    3030        mv /var/keys/replace.list /var/keys/replace.list.mgcamd
    3131fi
     32if [ ! -e /var/keys/softcam.keys.mgcamd ]; then
     33        echo "renaming softcam.keys-> softcam.keys.mgcamd"
     34        mv /var/keys/softcam.keys /var/keys/softcam.keys.mgcamd
     35fi
    3236exit 0
Note: See TracChangeset for help on using the changeset viewer.