Changeset 4759 for ipk/source


Ignore:
Timestamp:
Dec 1, 2010, 10:20:35 PM (15 years ago)
Author:
bonkel
Message:

fix

Location:
ipk/source/players_myvideo_1_0/CONTROL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/players_myvideo_1_0/CONTROL/control

    r4750 r4759  
    1 Package: enigma2-plugin-swapplayers-myvideo
     1Package: enigma2-plugin-players-myvideo
    22Version: 1.0
    33Architecture: sh4
     
    88Homepage: http://www.aaf-digital.info
    99Source: http://www.aaf-digital.info
    10 Description: MyVideoPlayer Plugin for swapstick to view MyVideo videos over internet! SWAPSTICK IS NEEDED!
     10Description: MyVideoPlayer Plugin to view MyVideo videos over internet!
  • ipk/source/players_myvideo_1_0/CONTROL/postrm

    r4750 r4759  
    22TMP=/tmp/.players
    33
    4 rm -rf /var/swap/extensions/MyVideoPlayer
     4rm -rf /usr/lib/enigma2/python/Plugins/Extensions/MyVideoPlayer
    55
    66echo "successfully removed"
  • ipk/source/players_myvideo_1_0/CONTROL/preinst

    r4750 r4759  
    1919fi
    2020
    21 echo "checking swapstick"
    22 if [ ! -d /var/swap/extensions/ ]; then
    23   echo "--------------------------"
    24         echo "no swapstick found...."
    25         echo "--------------------------"
    26         exit 1
    27 fi
    28 echo "swapstick found...."
    2921echo "installing MyTube plugin to swapstick..."
    3022echo "checking OS"
  • ipk/source/players_myvideo_1_0/CONTROL/prerm

    r4750 r4759  
    33echo "syncing disk"
    44sync
    5 echo "removing MyVideo plugin from swapstick"
     5echo "removing MyVideo plugin"
    66exit 0
Note: See TracChangeset for help on using the changeset viewer.