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

Last change on this file since 3473 was 3068, checked in by obi, 16 years ago

add

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