Changeset 5247


Ignore:
Timestamp:
Jan 10, 2011, 7:56:46 PM (15 years ago)
Author:
madie
Message:
 
Location:
ipk/source/emus_mgcamd_1_35/CONTROL
Files:
2 edited

Legend:

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

    r5246 r5247  
    3232        mv /var/keys/replace.list.mgcamd /var/keys/replace.list
    3333fi
    34 if [ ! -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
     34if [ ! -e /var/keys/SoftCam.Key ]; then
     35        echo "renaming SoftCam.Key.mgcamd -> SoftCam.Key"
     36        mv /var/keys/SoftCam.Key.mgcamd /var/keys/SoftCam.Key
    3737fi
     38
    3839echo "successfully installed"
    3940echo "syncing disk"
  • ipk/source/emus_mgcamd_1_35/CONTROL/prerm

    r5246 r5247  
    3030        mv /var/keys/replace.list /var/keys/replace.list.mgcamd
    3131fi
    32 if [ ! -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
     32if [ ! -e /var/keys/SoftCam.Key.mgcamd ]; then
     33        echo "renaming SoftCam.Key -> SoftCam.Key.mgcamd"
     34        mv /var/keys/SoftCam.Key /var/keys/SoftCam.Key.mgcamd
    3535fi
     36
    3637exit 0
Note: See TracChangeset for help on using the changeset viewer.