Changeset 7431 for ipk/source


Ignore:
Timestamp:
May 3, 2011, 10:46:43 PM (15 years ago)
Author:
madie
Message:

[ipk] fix? vlc for swap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapmediacenter_vlcplayer_2_6/CONTROL/preinst

    r7387 r7431  
    3434fi
    3535
    36 echo "checking for swapstick..."
    37 
    38 if [ `cat /proc/mounts | grep /var/swap | wc -l` -lt 1 ] [ ! -d /var/swap/extensions/ ]; then
    39         echo "--------------------------"
     36echo "checking swapstick"
     37if [ ! -d /var/swap/extensions/ ]; then
     38  echo "--------------------------"
    4039        echo "no swapstick found...."
    4140        echo "--------------------------"
    4241        exit 1
    4342fi
    44 echo "swapstick found...." 
     43echo "swapstick found...."
     44
    4545echo "installing VlcPlayer plugin to Swapstick..."
    4646echo "checking OS"
Note: See TracChangeset for help on using the changeset viewer.