source: ipk/source/swapepg_epgrefresh_2_6/CONTROL/preinst@ 3473

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

-added all latest ipk sources

File size: 582 bytes
Line 
1#!/bin/sh
2#
3TMP=/tmp/.epg
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 EPG Refresh Plugin 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.