source: ipk/source.sh4/feed_aaf/CONTROL/preinst@ 11621

Last change on this file since 11621 was 11621, checked in by madie, 14 years ago

[ipk] add feed for aaf server

File size: 511 bytes
Line 
1#!/bin/sh
2#
3TMP=/tmp/.feeds
4echo "syncing disk"
5sync
6
7mv /var/etc/ipkg/official-feed.conf /var/etc/ipkg/official-feed.conf.original
8echo "Original Datei wird gesichert"
9
10model=`cat /etc/model`
11echo""
12echo "Überprüfung des Receivers...."
13echo ""
14if [ "$model" != "atemio500" ]; then
15 echo "Entschuldigung! Dieses Plugin funktioniert nicht korrekt auf ihrer $model .."
16 echo "Installation wird abgebrochen..."
17 exit 1
18else
19 echo "Boxtype: $model OK"
20fi
21
22
23echo "Installation des neuen Pluginservers.... "
24
25
26exit 0
Note: See TracBrowser for help on using the repository browser.