source: ipk/source/swapplayers_mediaplayermod_2_5/CONTROL/preinst@ 653

Last change on this file since 653 was 653, checked in by civer, 16 years ago

added:
-po_lt_1_0
-players_mediaplayermod_2_5
-swapplayers_mediaplayermod_2_5
...to IPK Source

File size: 579 bytes
Line 
1#!/bin/sh
2#
3TMP=/tmp/.players
4echo "syncing disk"
5sync
6echo "checking swapstick"
7if [ ! -d /var/swap/Extensions/ ]; then
8 echo "--------------------------"
9 echo "no swapstick found...."
10 echo "--------------------------"
11 exit 1
12fi
13echo "swapstick found...."
14echo "installing MediaPlayer to swapstick..."
15echo "checking OS"
16if [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then
17 echo ---------------------------
18 echo DONT USE this IPK Package!!
19 echo ---
20 echo Only for AAF Image!!
21 echo ---------------------------
22 exit 1
23fi
24exit 0
Note: See TracBrowser for help on using the repository browser.