Ignore:
Timestamp:
Aug 16, 2010, 2:18:42 PM (16 years ago)
Author:
civer
Message:

[IPK]

  • added 3d HD Picons for Astra19.2
  • forbid installing "swapnetwork" IPKs on UFS912...still in the image...!
File:
1 edited

Legend:

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

    r3682 r3783  
    1010echo "Some Plugins will not work correctly on your $model!"
    1111echo ""
    12 if [ "$model" = "" ]; then
     12if [ "$model" = "ufs912" ]; then
     13        echo "You don`t need this package on your $model !!"
     14        echo "Aborting installation..."
     15        exit 1
     16elif [ "$model" = "" ]; then
    1317        echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
    1418        echo "Aborting installation..."
Note: See TracChangeset for help on using the changeset viewer.