source: ipk/source/swapskins_hdshadow3_1_3/CONTROL/preinst@ 1854

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

[ IPKs]

  • added hdshadow3 skin (flash and swap) THX matze70 PLZ test!! :)
File size: 575 bytes
Line 
1#!/bin/sh
2#
3TMP=/tmp/.skin
4echo "syncing disk"
5sync
6echo "checking swapstick"
7if [ ! -d /var/swap/skins/ ]; then
8 echo "--------------------------"
9 echo "no swapstick found...."
10 echo "--------------------------"
11 exit 1
12fi
13echo "swapstick found...."
14echo "installing HD-Shadow3 Skin 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.